From: Ali Jetha Date: Tue, 21 Sep 2010 22:10:03 +0000 (-0400) Subject: Edition basique d'un profil X-Git-Url: http://git.auf.org/?p=auf_savoirs_en_partage_django.git;a=commitdiff_plain;h=959162fd70655f81cad738d56628582fd1eaac2b;hp=b3e1079e5a46ff25ed324365a467f74892b45355 Edition basique d'un profil --- diff --git a/auf_savoirs_en_partage/templates/chercheurs/edit.html b/auf_savoirs_en_partage/templates/chercheurs/edit.html new file mode 100644 index 0000000..d17d6b9 --- /dev/null +++ b/auf_savoirs_en_partage/templates/chercheurs/edit.html @@ -0,0 +1,17 @@ +{% extends "container_base.html" %} + +{% block contenu %} +

{{chercheur.personne.prenom}} {{chercheur.personne.nom}}

+ +
+ +
+
Informations personnelles
+ {% with personne_form as form %} + {% include "table_form.html" %} + {% endwith %} + + +
+
+{% endblock %}