src/hdalab/templates/profile_home.html
changeset 302 106c33871db4
parent 301 3ec8fb1afed8
child 329 ea6268cf8c83
--- a/src/hdalab/templates/profile_home.html	Tue Jul 22 17:06:21 2014 +0200
+++ b/src/hdalab/templates/profile_home.html	Wed Jul 23 12:59:35 2014 +0200
@@ -27,9 +27,10 @@
 {% block profile_actif %}actif{% endblock %}
 
 {% block main_content %}
-    <h2>Votre profil</h2>
-    <p><a href="{% url 'renkan_new' %}" >Nouveau Renkan</a></p>
-    <p>Vos renkans : </p>
+    <h2>Mon profil</h2>
+    <p><a href="{% url 'renkan_new' %}" >Nouveau Renkan</a> - <a href="{% url 'auth_password_change' %}">Modification du mot de passe</a></p>
+    <p>&nbsp;</p>
+    <p>Mes renkans : </p>
     <table id="rk-table">
       <thead>
         <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Statut</th><th>Actions</th></tr>
@@ -53,5 +54,4 @@
       {% endfor %}
       </tbody>
     </table>
-    <p>Gestion du mot de passe : <a href="{% url 'auth_password_change' %}">modification</a></p>
 {% endblock %}
\ No newline at end of file