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.

{% extends 'base.html' %}
{% block content %}
<form action="/user/edit/" method="post">
{{ edit_profile_form.as_p }}
<input type="submit" value="Apply Changes" />
</form>
{% endblock %}