mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-27 17:20:49 +00:00
functionality for #725
This commit is contained in:
5
InvenTree/templates/version.html
Normal file
5
InvenTree/templates/version.html
Normal file
@ -0,0 +1,5 @@
|
||||
# Version Information:{% load inventree_extras %}
|
||||
InvenTree-Version: {% inventree_version %}
|
||||
Django Version: {% django_version %}
|
||||
{% inventree_commit_hash as hash %}{% if hash %}Commit Hash: {{ hash }}{% endif %}
|
||||
{% inventree_commit_date as commit_date %}{% if commit_date %}Commit Date: {{ commit_date }}{% endif %}
|
Reference in New Issue
Block a user