Fix some old-style urls

This commit is contained in:
Martin Pépin 2018-01-05 13:57:17 +01:00
parent ec955edb33
commit b2ce6629c8
6 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
<p>Changements enregistrés !</p>
{% endif %}
<p><a href="{% url "change_password" %}">Changer mon mot de passe</a></p>
<p><a href="{% url "change-doodle-name" %}">Changer mon nom pour les doodles</a></p>
<p><a href="{% url "calendrier:change-doodle-name" %}">Changer mon nom pour les doodles</a></p>
<form action="{% url 'change_membre' %}" method="post">
{% csrf_token %}
{{ form.as_p }}