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 %}