templates/user/edit_profile.html
author nishanth
Thu, 04 Feb 2010 23:15:37 +0530
changeset 25 c0e4fc8b8b5b
parent 24 fcae44e94845
child 28 e137b605b888
permissions -rw-r--r--
added the functionality to assign a task to one of the claimed users.

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