We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 724e01c + 5e5b652 commit bdb435fCopy full SHA for bdb435f
simpleui/templates/admin/login.html
@@ -95,7 +95,7 @@
95
{% if password_reset_url %}
96
97
<div class="password-reset-link">
98
- <a class="forgot-password" href="{{ password_reset_url }}">{% translate 'Forgotten your password or username?' %}</a>
+ <a class="forgot-password" href="{{ password_reset_url }}">{% trans 'Forgotten your password or username?' %}</a>
99
</div>
100
{% endif %}
101
<div class="simpleui-input-inline login-btn">
0 commit comments