pytask/templates/user/edit_profile.html
author nishanth
Mon, 01 Feb 2010 15:16:40 +0530
changeset 20 c5a282b84eb8
parent 17 9ca9f98af0eb
child 22 943a35c14cf7
permissions -rw-r--r--
resolved merging conflicts in urls.py

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