templates/edit_profile.html
author nishanth
Sat, 17 Apr 2010 13:20:33 +0530
changeset 95 f5ae0bcb044e
parent 17 125b6fc8f20b
permissions -rw-r--r--
activated admin urls for testing.

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