remove slash from contact link on login page (#8567)

This commit is contained in:
Serghei Mihai 2015-10-08 13:37:47 +02:00
parent fd8e0def37
commit a35fc38ef2
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
{% if registration_authorized %}
<p><a href="{% url 'registration_register' %}">Créer un compte</a></p>
{% endif %}
<p><a href="{{ wcs_url }}/nous-contacter/">Contacter le support pour l'aide</a></p>
<p><a href="{{ wcs_url }}nous-contacter/">Contacter le support pour l'aide</a></p>
</div>