File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33
44def get_version ():
5- return '2021.6.1 '
5+ return '2021.7.8 '
Original file line number Diff line number Diff line change 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 ">
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 %}
You can’t perform that action at this time.
0 commit comments