templates/user/my_profile.html
author nishanth
Thu, 04 Feb 2010 23:15:37 +0530
changeset 25 c0e4fc8b8b5b
parent 24 fcae44e94845
child 27 8d52492d3c14
permissions -rw-r--r--
added the functionality to assign a task to one of the claimed users.

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

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

<br>
{{ view_profile_form.as_p }}

{% endblock %}