From d6d9a08e63f2e8bfcd997eab396c65dc3b7a2918 Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Fri, 17 Sep 2010 17:35:24 -0300 Subject: Adding changing of user profile details The idea of this patch is allow to the developers who have an account, to change their data without asking some admin to do it for them. Dan: put private email address field back as it is used for a different purpose; add some help text and field names as appropriate. Signed-off-by: Angel Velasquez Signed-off-by: Dan McGee --- templates/devel/profile.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/devel/profile.html') diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 0dde934..4da6dad 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -7,10 +7,17 @@

Developer Profile

{% csrf_token %} +

Note: This is the public information shown on the developer + and/or TU profiles page, so please be appropriate with the information + you provide here.

- Username: {{ user.username }} +

+ {{ user.username }}

{{ form.as_p }}
+
+ {{ profile_form.as_p }} +

-- cgit v1.2.3-24-g4f1b