From 73e8bc755abf438a004f9f873f0612928090b944 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Wed, 10 May 2023 12:48:17 +0200 Subject: [PATCH] Forgot password button --- la_chariotte/accounts/templates/registration/login.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/la_chariotte/accounts/templates/registration/login.html b/la_chariotte/accounts/templates/registration/login.html index 3e7d057..9d388d1 100644 --- a/la_chariotte/accounts/templates/registration/login.html +++ b/la_chariotte/accounts/templates/registration/login.html @@ -8,8 +8,11 @@
{% csrf_token %} {{ form.as_p }} - - Créer un compte + Mot de passe oublié ? +
+ + Créer un compte +
{% endblock %} \ No newline at end of file