From d98d7da39948b340adec0a45119b0e089b029b6c Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 2 Apr 2022 21:07:30 +0200 Subject: [PATCH] =?UTF-8?q?Rajoute=20un=20message=20d'information=20et=20l?= =?UTF-8?q?e=20retour=20renvoie=20sur=20la=20page=20d'o=C3=B9=20l'on=20vie?= =?UTF-8?q?nt=20(request.GET.next)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/templates/auth/election_login.html | 68 ++++++++++++++--------- 1 file changed, 41 insertions(+), 27 deletions(-) diff --git a/shared/templates/auth/election_login.html b/shared/templates/auth/election_login.html index 4f2d2c9..11ba0e7 100644 --- a/shared/templates/auth/election_login.html +++ b/shared/templates/auth/election_login.html @@ -6,37 +6,51 @@ {% block content %} -

{% trans "Connexion par mot de passe" %}

-
+

{% trans "Connexion par mot de passe" %}

+
-
-
-
- {% csrf_token %} +
+
- {% include "forms/form.html" with errors=True %} - -
-
- -
- -
- - - - - {% trans "Retour" %} - +
+
+
+
+ + + + {% trans "La connexion doit s'effectuer via les identifiants reçus par mail." %} +
+
- + +
+ {% csrf_token %} + + {% include "forms/form.html" with errors=True %} + +
+
+ +
+ + +
+
+
-
{% endblock %}