templates/edit_profile.html
author nishanth
Tue, 13 Apr 2010 16:29:58 +0530
changeset 36 cd0f61fa31f1
parent 17 125b6fc8f20b
permissions -rw-r--r--
removed quiz links from view event template .

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