2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

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

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()