aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-06-23 03:29:16 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-06-23 03:29:16 +0300
commit0e22badf2acb4a1c60f45dbd3df505dfe6a6cde2 (patch)
tree27b8721d71f1f093ed0f02e51c8d3f8025971744 /templates
parentMore urls.py cleanup (diff)
downloadidentity.gentoo.org-0e22badf2acb4a1c60f45dbd3df505dfe6a6cde2.tar.gz
identity.gentoo.org-0e22badf2acb4a1c60f45dbd3df505dfe6a6cde2.tar.bz2
identity.gentoo.org-0e22badf2acb4a1c60f45dbd3df505dfe6a6cde2.zip
Fix accounts view to work with username urls, add empty template
Diffstat (limited to 'templates')
-rw-r--r--templates/account/edit.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/account/edit.html b/templates/account/edit.html
new file mode 100644
index 0000000..1f910e9
--- /dev/null
+++ b/templates/account/edit.html
@@ -0,0 +1,2 @@
+{{ user.first_name }} {{ user.last_name }}
+{{ user.email }} \ No newline at end of file