translations #210

Merged
ismail merged 5 commits from frontend into main 2025-08-31 16:09:50 +03:00
Showing only changes of commit 0041125923 - Show all commits

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">