idp: update the texts of links below the login form

This commit is contained in:
Frédéric Péters 2015-01-07 16:48:28 +01:00
parent d81707ac0e
commit a68bb554d0
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@
<div class="login-actions">
{% if can_reset_password %}
<p>→ {% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it!" %}</a></p>
<p><a href="{% url 'auth_password_reset' %}">Réinitialiser votre mot de passe</a></p>
{% endif %}
{% if registration_authorized %}
<p>→ {% trans "Not a member?" %} <a href="{% url 'registration_register' %}">{% trans "Register!" %}</a></p>
<p><a href="{% url 'registration_register' %}">Créer un compte</a></p>
{% endif %}
<p>→ {% trans "Un problème ?" %} <a href="{{ wcs_url }}/nous-contacter/">{% trans "Contactez le support !" %}</a></p>
<p><a href="{{ wcs_url }}/nous-contacter/">Contacter le support pour l'aide</a></p>
</div>