diff --git a/templates/site/auth/login.html.twig b/templates/site/auth/login.html.twig index 5366a13cb..34a0d83f1 100644 --- a/templates/site/auth/login.html.twig +++ b/templates/site/auth/login.html.twig @@ -1,41 +1,45 @@ -{% extends 'admin/association/membership/_base.html.twig' %} - -{% block page_title %}{% endblock %} - -{% block page_container_extra_classes %}remove-min-height-from-container-id{% endblock %} - -{% block page_content %} - -
-
-
-

Connexion

- {% if error is not null %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} - -
-
- - -
-
- - -
-
- -
-
-

Mot de passe perdu

-

Adhésion à l'AFUP

-
-
- - -
- - {% if target_path is not null %} - - {% endif %} -
-
+{% extends 'layouts/site.html.twig' %} + +{% block content %} + +
+

{{ "Connexion"|trans }}

+ +
+ + + + + {% if error is not null %} + {{ error.messageKey|trans(error.messageData, 'security') }} + {% endif %} + + +
+ + +
+ +
+
+ + Mot de passe perdu ? +
+ +
+ + + + {% if target_path is not null %} + + {% endif %} + + +
+

Pas encore de compte ? Adhésion à l'AFUP

+ +
+ +
+
{% endblock %}