fix title level for other pages

This commit is contained in:
Frédéric Péters 2015-12-01 15:57:08 +01:00
parent b25e4063bf
commit d5f6a1e9cd
10 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<div id="welcome">
<h2>{% trans "Edit profile" %}</h2>
<h3>{% trans "Edit profile" %}</h3>
</div>
<div class="right">
<form method="post">

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<div id="welcome">
<h2>{% trans "Email change" %}</h2>
<h3>{% trans "Email change" %}</h3>
<div class="right">

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<div id="welcome">
<h2>{% trans "Delete profile" %}</h2>
<h3>{% trans "Delete profile" %}</h3>
<div class="right">
<form method="post" action=".">

View File

@ -7,7 +7,7 @@
<h2 class="single-title">{% trans "Account Management" %}</h2>
<div id="welcome">
<h2>{% trans "Change password" %}</h2>
<h3>{% trans "Change password" %}</h3>
</div>

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">Compte citoyen</h2>
<div id="welcome">
<h2>{% trans "Password reset successfully" %}</h2>
<h3>{% trans "Password reset successfully" %}</h3>
<p>
Votre mot de passe a été modifié avec succès. Vous pouvez à présent utiliser

View File

@ -10,7 +10,7 @@
{% if validlink %}
<h2>{% trans "Resetting password" %}</h2>
<h3>{% trans "Resetting password" %}</h3>
<div class="right">

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">Compte citoyen</h2>
<div>
<h2>{% trans "Resetting password" %}</h2>
<h3>{% trans "Resetting password" %}</h3>
<p>{% trans "Email with password reset instructions has been sent." %}</p>
<p><button type="button" onclick="location.href = '/'">{% trans "Back" %}</button></p>
</div>

View File

@ -7,7 +7,7 @@
<h2 class="single-title">Compte citoyen</h2>
<div id="welcome">
<h2>{% trans "Resetting password" %}</h2>
<h3>{% trans "Resetting password" %}</h3>
<div class="right">
<form method="post">

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">Compte citoyen</h2>
<div id="welcome">
<h2>{% trans "Successful registration" %}</h2>
<h3>{% trans "Successful registration" %}</h3>
<p>{% trans "Thank you for registering. Activation email sent." %}</p>
<p><button type="button" onclick="location.href = '/'">{% trans "Back" %}</button></p>
</div>

View File

@ -6,7 +6,7 @@
{% block content %}
<h2 class="single-title">{% trans "Registration" %} — Compte citoyen</h2>
<div id="welcome">
<h2>Création de votre « compte citoyen » Montpellier Méditerranée Métropole.</h2>
<h3>Création de votre « compte citoyen » Montpellier Méditerranée Métropole.</h3>
<p>Le compte citoyen Montpellier Méditerranée Métropole vous permet d'accomplir vos démarches auprès de Montpellier Méditerranée Métropole et de ses communes 24h/24.</p><p>Ce compte constitue une « identité numérique » qui permet la connexion au portail web de Montpellier Méditerranée Métropole et à son espace « Mes e-services », mais aussi daccéder aux services en ligne des Communes.</p><p>Le compte citoyen de Montpellier Méditerranée Métropole vous permet de lier votre compte lecteur Médiathèque sans avoir à ressaisir de mot de passe. À terme, vous pourrez également lier vos comptes famille de lEcolothèque, du Conservatoire…</p>
</div>