translation

This commit is contained in:
Faheedkhan 2025-08-31 15:46:01 +03:00
parent 142046cb8b
commit 0041125923

View File

@ -36,7 +36,7 @@
{% if token_fail %}
{% url 'account_reset_password' as passwd_reset_url %}
<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>
{% else %}
<form method="POST" action="{{ action_url }}" class="form">