git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40a66a
)
"Edit user" template modified from "Create account" to "Edit account." Otherwise...
author
Kriti Godey
<kriti.godey@gmail.com>
Thu, 22 Apr 2010 21:13:00 +0000
(17:13 -0400)
committer
Kriti Godey
<kriti.godey@gmail.com>
Thu, 22 Apr 2010 21:13:00 +0000
(17:13 -0400)
templates/edituser.html
patch
|
blob
|
history
diff --git
a/templates/edituser.html
b/templates/edituser.html
index
41a04b3
..
0c49fbc
100644
(file)
--- a/
templates/edituser.html
+++ b/
templates/edituser.html
@@
-1,7
+1,7
@@
{% extends "base.html" %}
{% block content %}
- <h1 class="pagetitle">
Create
account</h1>
+ <h1 class="pagetitle">
Edit
account</h1>
<form enctype="multipart/form-data" action="{% url edit_user gusername=request.user.username %}" method="post" class="cssform">
{{ cform.as_p }}
<input type="submit" value="Submit" />