templates/user/edit_profile.html
author nishanth
Fri, 12 Feb 2010 23:09:11 +0530
changeset 37 40651a873f44
parent 28 e137b605b888
child 60 3eac96608091
permissions -rw-r--r--
removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .

{% extends 'base.html' %}
{% block content %}
    <form action="/user/edit/" method="post">
        {{ edit_profile_form.as_p }}
    <input type="submit" value="Apply Changes" />
    </form>
{% endblock %}