roannais-icitoyen: remove default page title on account & login page (#44674)

Titles added via [idp_url] custom combo pages
This commit is contained in:
Thomas Jund 2020-07-02 11:40:07 +02:00
parent 9ec2f892c7
commit 4c18b3c147
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
{% extends "authentic2/accounts.html" %}
{% block page-header-content %}
<h1>Mon compte</h1>
{% endblock %}

View File

@ -1,6 +0,0 @@
{% extends "authentic2/login.html" %}
{% load i18n %}
{% block page-header-content %}
<h1>{% trans "Login" %}</h1>
{% endblock %}