templates/user/edit_profile.html
author nishanth
Fri, 05 Feb 2010 15:42:35 +0530
changeset 32 78adf44d895d
parent 28 e137b605b888
child 60 3eac96608091
permissions -rw-r--r--
added seed_db in utils that seeds database with random users and tasks .

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