From eb68b66e636e0ba7ebc886d4bc1b8c255e6a97ef Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 21 Mar 2014 18:03:03 +0100 Subject: [PATCH] profile_form_plugin.html: show username in a read-only field --- .../templates/portail_citoyen/profile_form_plugin.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/portail_citoyen/templates/portail_citoyen/profile_form_plugin.html b/portail_citoyen/templates/portail_citoyen/profile_form_plugin.html index 20a6d95..72c909b 100644 --- a/portail_citoyen/templates/portail_citoyen/profile_form_plugin.html +++ b/portail_citoyen/templates/portail_citoyen/profile_form_plugin.html @@ -1,6 +1,10 @@ {% load i18n %}
+
+ +

{{ user.username }}

+

{{ user.email }}