pytask/templates/profile/edit.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 22:49:03 +0530
changeset 100 5a96ddc5e04a
parent 69 c6bca38c1cbf
permissions -rw-r--r--
added view for show_msg

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