haguenau: add title to a2 login_password_form (#57230)

This commit is contained in:
Thomas Jund 2021-10-20 15:26:04 +02:00
parent 20d35fabbb
commit 1bfc6a5f45
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{% extends "authentic2/login_password_form.html" %}
{% block login %}
<h2>S'identifier avec courriel</h2>
{{ block.super }}
{% endblock %}