gpseo: extend authentic saml login template to add introduction text (#40425)

This commit is contained in:
Thomas Jund 2020-03-04 14:28:36 +01:00
parent 6973d1a16c
commit e0896a7cac
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends "authentic2_auth_saml/login.html" %}
{% block before-login %}
<p>
Accès réservé aux agents GPSEO
</p>
{% endblock %}