This commit is contained in:
Oliver Walters 2020-04-14 08:25:10 +10:00
parent 6725709456
commit 7c9eb90bea

View File

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