Skip to content

Commit 7e7f3f2

Browse files
committed
release 2021.7.8
1 parent 724e01c commit 7e7f3f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

simpleui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def get_version():
5-
return '2021.6.1'
5+
return '2021.7.8'

simpleui/templates/admin/login.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
{% if password_reset_url %}
9696

9797
<div class="password-reset-link">
98-
<a class="forgot-password" href="{{ password_reset_url }}">{% translate 'Forgotten your password or username?' %}</a>
98+
<a class="forgot-password" href="{{ password_reset_url }}">{% trans 'Forgotten your password or username?' %}</a>
9999
</div>
100100
{% endif %}
101101
<div class="simpleui-input-inline login-btn">
@@ -109,8 +109,9 @@
109109
</div>
110110
{% endblock %}
111111
{% include 'admin/includes/js-part.html' %}
112-
112+
{% block login_js %}
113113
<script type="text/javascript" src="{% static 'admin/simpleui-x/js/login.js' %}?_=3.3"></script>
114+
{% endblock %}
114115

115116
{% block particles %}
116117
{% if 'SIMPLEUI_LOGIN_PARTICLES'|get_config != False %}

0 commit comments

Comments
 (0)