templates/user/edit_profile.html
author anoop
Thu, 04 Feb 2010 23:17:59 +0530
changeset 27 8d52492d3c14
parent 24 fcae44e94845
child 28 e137b605b888
permissions -rw-r--r--
changed the view my profile template.

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