templates/edit_profile.html
author nishanth
Thu, 15 Apr 2010 23:40:14 +0530
changeset 60 d8cd7e946cde
parent 17 125b6fc8f20b
permissions -rw-r--r--
added feedback.html on main repo .

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