mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: password reset done template error (#6444)
This commit is contained in:
parent
6d25eb26a1
commit
4392628bd7
@ -9,7 +9,7 @@
|
||||
<h4>{% translate "Password reset complete." %}</h4>
|
||||
{% endblock form_top_content %}
|
||||
|
||||
{% endblock form_content %}
|
||||
{% block form_content %}
|
||||
{% url 'account_login' as login_url %}
|
||||
<p>{% blocktranslate %}Your new password has been set. You can now <a href="{{ login_url }}">log in</a>{% endblocktranslate %}.</p>
|
||||
{% endblock form_content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user