jumpserver/apps/templates/_footer.html

10 lines
233 B
Python

{% load i18n %}
<div class="footer fixed">
<div class="pull-right">
Version <strong>{{ VERSION }}-{% include '_build.html' %}</strong> GPLv3.
</div>
<div>
{% include '_copyright.html' %}
</div>
</div>