mirror of https://github.com/jumpserver/jumpserver
11 lines
379 B
HTML
11 lines
379 B
HTML
{% load i18n %}
|
|
<div class="footer fixed">
|
|
<div class="pull-right">
|
|
Version <strong>1.4.6-{% include '_build.html' %}</strong> GPLv2.
|
|
<!--<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">-->
|
|
</div>
|
|
<div>
|
|
<strong>Copyright</strong> {% trans ' Beijing Duizhan Tech, Inc. ' %}© 2014-2018
|
|
</div>
|
|
</div>
|