french typo fix

This commit is contained in:
Serghei Mihai 2014-10-23 14:24:04 +02:00
parent f872e32ffa
commit c4fce7062a
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@
{% if registration_authorized %}
<p>→ {% trans "Not a member?" %} <a href="{% url 'registration_register' %}">{% trans "Register!" %}</a></p>
{% endif %}
<p>→ {% trans "Un problème ?" %} <a href="https://eservices.montpellier-agglo.com/nous-contacter/">{% trans "Contactez le support!" %}</a></p>
<p>→ {% trans "Un problème ?" %} <a href="https://eservices.montpellier-agglo.com/nous-contacter/">{% trans "Contactez le support !" %}</a></p>
</div>