villeurbanne-2018: customize auth_saml login bloc (#40636)

This commit is contained in:
Serghei Mihai 2020-03-11 10:00:53 +01:00
parent 27b668ef9f
commit b3b3650e19
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends "authentic2_auth_saml/login.html" %}
{% block before-login %}
<p>Accès réservé aux agents de la ville de Villeurbanne</p>
{% endblock %}
{% block login %}
<form method="post">
<button class="submit-button" name="{{ submit_name }}">Connexion Agent</button>
</form>
{% endblock %}