From ea20406332f63db3135101014dfa543ff98a98fb Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Mon, 8 Mar 2021 18:33:56 +0100
Subject: [PATCH] Fix text in english

---
 accounts/templates/password_reset_confirm.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/accounts/templates/password_reset_confirm.html b/accounts/templates/password_reset_confirm.html
index f7e901e..8be0bda 100644
--- a/accounts/templates/password_reset_confirm.html
+++ b/accounts/templates/password_reset_confirm.html
@@ -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 %}
-- 
GitLab