templates/user/edit_profile.html
author anoop
Thu, 04 Feb 2010 23:13:03 +0530
changeset 24 fcae44e94845
child 28 e137b605b888
permissions -rw-r--r--
added files edit_profile.html and my_profile.html.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     1
{% extends 'base.html' %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     2
{% block content %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     3
<form action="/user/edit/" method="post">
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     4
{{ edit_profile_form.as_p }}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     5
<input type="submit" value="Apply Changes" />
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     6
</form>
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     7
{% endblock %}