translation
This commit is contained in:
parent
142046cb8b
commit
0041125923
@ -36,7 +36,7 @@
|
|||||||
{% if token_fail %}
|
{% if token_fail %}
|
||||||
{% url 'account_reset_password' as passwd_reset_url %}
|
{% url 'account_reset_password' as passwd_reset_url %}
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a <a href="{{ passwd_reset_url }}">new password reset</a>.{% endblocktrans %}
|
{% trans "The password reset link was invalid, possibly because it has already been used. Please request a" %} <a href="{{ passwd_reset_url }}">{% trans "new password reset." %}</a>{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<form method="POST" action="{{ action_url }}" class="form">
|
<form method="POST" action="{{ action_url }}" class="form">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user