templates/edit_profile.html
author nishanth
Sat, 17 Apr 2010 13:15:05 +0530
changeset 94 5de0009c0d71
parent 17 125b6fc8f20b
permissions -rw-r--r--
added 500 template and added clean on comments and added comments in view report.

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