templates/user/edit_profile.html
author anoop
Thu, 04 Feb 2010 23:19:15 +0530
changeset 28 e137b605b888
parent 24 fcae44e94845
child 60 3eac96608091
permissions -rw-r--r--
added browse users functionality, added user/browse.html, fixed view my profile template.

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