equal
deleted
inserted
replaced
25 {% endblock %} |
25 {% endblock %} |
26 |
26 |
27 {% block profile_actif %}actif{% endblock %} |
27 {% block profile_actif %}actif{% endblock %} |
28 |
28 |
29 {% block main_content %} |
29 {% block main_content %} |
30 <h2>Votre profil</h2> |
30 <h2>Mon profil</h2> |
31 <p><a href="{% url 'renkan_new' %}" >Nouveau Renkan</a></p> |
31 <p><a href="{% url 'renkan_new' %}" >Nouveau Renkan</a> - <a href="{% url 'auth_password_change' %}">Modification du mot de passe</a></p> |
32 <p>Vos renkans : </p> |
32 <p> </p> |
|
33 <p>Mes renkans : </p> |
33 <table id="rk-table"> |
34 <table id="rk-table"> |
34 <thead> |
35 <thead> |
35 <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Statut</th><th>Actions</th></tr> |
36 <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Statut</th><th>Actions</th></tr> |
36 </thead> |
37 </thead> |
37 <tbody> |
38 <tbody> |
51 </tr> |
52 </tr> |
52 {% endwith %} |
53 {% endwith %} |
53 {% endfor %} |
54 {% endfor %} |
54 </tbody> |
55 </tbody> |
55 </table> |
56 </table> |
56 <p>Gestion du mot de passe : <a href="{% url 'auth_password_change' %}">modification</a></p> |
|
57 {% endblock %} |
57 {% endblock %} |