pytask/templates/profile/edit.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 11:20:57 +0530
changeset 69 c6bca38c1cbf
parent 32 templates/profile/edit.html@df56daf2178e
permissions -rw-r--r--
Added buildout stuff and made changes accordingly

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