Skip to content
Snippets Groups Projects

Removed git commit hash functionality

3 files
+ 0
14
Compare changes
  • Side-by-side
  • Inline
Files
3
{% extends "page.html" %}
{% extends "page.html" %}
{% set commit_hash = h.tpsh_git_commit_hash() %}
{% block subtitle %} {{ _('Login') }} {% endblock %}
{% block subtitle %} {{ _('Login') }} {% endblock %}
{% block skip %}
{% block skip %}
<p hidden>
version={{ commit_hash }}
</p>
{{ super() }}
{{ super() }}
{% endblock skip %}
{% endblock skip %}
Loading