traductions en français spécifiques (#5602)

This commit is contained in:
Thomas NOËL 2014-12-11 11:08:11 +01:00
parent df784f7cb7
commit 9504938f1e
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
<div class="login-actions">
{% if can_reset_password %}
<p>→ {% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it!" %}</a></p>
<p>→ {% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">Ré-initialisez-le&nbsp;!</a></p>
{% endif %}
{% if registration_authorized %}
<p>→ Pas de compte citoyen ? <a href="{% url 'registration_register' %}">{% trans "Register!" %}</a></p>
<p>→ Pas de compte citoyen&nbsp;? <a href="{% url 'registration_register' %}">Enregistrez-vous&nbsp;!</a></p>
{% endif %}
</div>