templates: general updates to match latest version of authentic

This commit is contained in:
Frédéric Péters 2016-02-08 20:12:15 +01:00
parent c75b48ef7b
commit 3a405612df
5 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@
{% block extra-body-class %}narrow-page{% endblock %}
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<h2 class="single-title">Gestion du compte</h2>
<div id="welcome">
<h3>{% trans "Delete profile" %}</h3>
@ -13,7 +13,7 @@
{% csrf_token %}
<p>
Si vous cliquez sur le bouton "confirmer" toutes vos données concernant les
Si vous cliquez sur le bouton "supprimer" toutes vos données concernant les
eservices seront effacées et vous ne pourrez plus les récupérer.
</p>

View File

@ -6,13 +6,13 @@
{% endblock %}
{% block title %}
{% trans "Account Management" %}
Gestion du compte
{% endblock %}
{% block content %}
<div id="left">
<div class="block">
<h2>{% trans "Profile" %}</h2>
<h2>Profil</h2>
<div id="profile">
{% if profile %}
<dl>
@ -38,12 +38,12 @@
</div>
<div id="right">
<div class="block" id="account-management">
<h2>{% trans "Account Management" %}</h2>
<h2>Gestion du compte</h2>
<ul>
<li><a href="{% url 'email-change' %}">{% trans "Change email" %}</a></li>
<li><a href="{% url 'profile_edit' %}">{% trans "Edit profile" %}</a></li>
<li><a href="{% url 'auth_password_change' %}">{% trans "Change password" %}</a></li>
<li><a href="{% url 'delete_account' %}">{% trans "Delete profile" %}</a></li>
<li><a href="{% url 'email-change' %}">Modifier le courriel associé</a></li>
<li><a href="{% url 'password_change' %}">Modifier le mot de passe</a></li>
<li><a href="{% url 'profile_edit' %}">Éditer les données du compte</a></li>
<li><a href="{% url 'delete_account' %}">Supprimer le compte</a></li>
</ul>
</div>
{% if federation_management %}

View File

@ -4,9 +4,9 @@
{% block extra-body-class %}narrow-page{% endblock %}
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<h2 class="single-title">Gestion du compte</h2>
<div id="welcome">
<h3>{% trans "Edit profile" %}</h3>
<h3>Modification de votre profil</h3>
</div>
<div class="right">
<form method="post">

View File

@ -4,7 +4,7 @@
{% block extra-body-class %}narrow-page{% endblock %}
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<h2 class="single-title">Gestion du compte</h2>
<div id="welcome">
<h3>{% trans "Email change" %}</h3>

View File

@ -4,7 +4,7 @@
{% block extra-body-class %}narrow-page{% endblock %}
{% block content %}
<h2 class="single-title">{% trans "Account Management" %}</h2>
<h2 class="single-title">Gestion du compte</h2>
<div id="welcome">
<h3>{% trans "Change password" %}</h3>