Skip to content
Snippets Groups Projects
Commit ea204063 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Fix text in english

parent 7c1d4e23
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@
<form method="POST">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Change my password">
<div class="flex">
<input type="submit" value="Changer mon mot de passe">
<a class="button" href="{% url 'accounts:login' %}">Annuler</a>
</div>
</form>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment