Add get_app_version plugin

This commit is contained in:
Jesús
2020-06-17 20:06:45 -05:00
parent c7e657ccd5
commit 12445bca67
11 changed files with 770 additions and 5 deletions

View File

@@ -175,6 +175,10 @@
<h6>Copyleft &copy; 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
{% if CURRENT_VERSION and CURRENT_BRANCH %}
<h6>{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
{% endif %}
</footer> <!-- End Footer -->
</div>