author | anoop |
Thu, 04 Mar 2010 15:58:27 +0530 | |
changeset 198 | b1a1a5017268 |
parent 60 | 3eac96608091 |
permissions | -rw-r--r-- |
24 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
60 | 3 |
<form action="/user/edit/" enctype = "multipart/form-data" method="post"> |
28
e137b605b888
added browse users functionality, added user/browse.html, fixed view my profile template.
anoop
parents:
24
diff
changeset
|
4 |
{{ edit_profile_form.as_p }} |
e137b605b888
added browse users functionality, added user/browse.html, fixed view my profile template.
anoop
parents:
24
diff
changeset
|
5 |
<input type="submit" value="Apply Changes" /> |
e137b605b888
added browse users functionality, added user/browse.html, fixed view my profile template.
anoop
parents:
24
diff
changeset
|
6 |
</form> |
24 | 7 |
{% endblock %} |