pytask/templates/user/my_profile.html
author anoop
Mon, 01 Feb 2010 14:14:04 +0530
changeset 17 9ca9f98af0eb
child 21 3e676fa948c4
permissions -rw-r--r--
added files edit_profile.html and my_profile.html.

{% extends 'base.html' %}
{% block content %}

{% if edit_profile %}
    <a href="/user/edit/">edit my profile</a>
{% endif %}

<br>
{{ view_profile_form.as_p }}

{% endblock %}