templates/profile/edit.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 01:46:33 +0530
changeset 64 4ee9a0f32f76
parent 32 df56daf2178e
permissions -rw-r--r--
Added edit_profile link

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