dordogne-cd24: put login page title above methods blocks (#43124)

This commit is contained in:
Serghei Mihai 2020-06-17 16:12:15 +02:00
parent 790dc63c50
commit 464ff6243d
2 changed files with 3 additions and 3 deletions

View File

@ -491,7 +491,7 @@ input, select {
}
}
div#login-page h1, div#registration-blocks h1 {
h1.login-page-title, div#registration-blocks h1 {
@extend %header;
}

View File

@ -1,5 +1,5 @@
{% extends "authentic2/login.html" %}
{% block login-top %}
<h1>Me connecter</h1>
{% block login-pre %}
<h1 class="login-page-title">Me connecter</h1>
{% endblock %}