pytask/templates/profile/edit.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 23:48:24 +0530
changeset 106 aa61ea9c29f9
parent 69 c6bca38c1cbf
permissions -rw-r--r--
now deleted tasks are also selected in db query

{% extends 'base.html' %}
{% block content %}
<form action='' method=post>
{% csrf_token %}
{{ form.as_p }}
<input type=submit value=Update />
</form>
{% endblock %}