Add translations to password reset
This commit is contained in:
Binary file not shown.
+337
-294
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+629
-580
File diff suppressed because it is too large
Load Diff
@@ -3,10 +3,10 @@
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="d-flex justify-content-center">
|
||||
<p>{% trans "Your password has successfully been reset. You can use it right now on the login page." %}</p>
|
||||
<p>{% trans "Your password has successfully been reset." %}</p>
|
||||
</div>
|
||||
<div class="d-flex justify-content-center">
|
||||
<p><a href="/login">Log in</a></p>
|
||||
<p><a href="/login">{% trans "Log in" %}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user