villeurbanne-2018: update saml login block texts and styles

This commit is contained in:
Serghei Mihai 2020-09-24 12:22:20 +02:00
parent e53508c479
commit 1baea20eb6
2 changed files with 11 additions and 2 deletions

View File

@ -476,3 +476,11 @@ input[type="radio"], input[type="checkbox"] {
table-layout: fixed;
}
.saml-login-title {
color: $primary-color;
font-weight: bold;
}
.saml-login-help-text {
color: red;
}

View File

@ -1,11 +1,12 @@
{% extends "authentic2_auth_saml/login.html" %}
{% block before-login %}
<p>Accès réservé aux agents de la ville de Villeurbanne</p>
<p class="saml-login-title">CONNEXION AGENT</p>
<p class="saml-login-help-text">Cliquez sur le bouton suivant pour vous connecter avec votre compte agent traitant Publik / contributeur site internet :</p>
{% endblock %}
{% block login %}
<form method="post">
<button class="submit-button" name="{{ submit_name }}">Connexion Agent</button>
<button class="submit-button" name="{{ submit_name }}">Se connecter</button>
</form>
{% endblock %}