Merge pull request #726 from SchrodingersGat/link-fix

URL fix
This commit is contained in:
Oliver 2020-04-14 08:35:54 +10:00 committed by GitHub
commit 9dd8d09158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ def inventree_commit_date(*args, **kwargs):
@register.simple_tag() @register.simple_tag()
def inventree_github_url(*args, **kwargs): def inventree_github_url(*args, **kwargs):
""" Return URL for InvenTree github site """ """ Return URL for InvenTree github site """
return "https://github.com/InvenTree" return "https://github.com/InvenTree/InvenTree/"
@register.simple_tag() @register.simple_tag()