templates/user/my_profile.html
author anoop
Thu, 04 Feb 2010 23:13:03 +0530
changeset 24 fcae44e94845
child 27 8d52492d3c14
permissions -rw-r--r--
added files edit_profile.html and my_profile.html.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     1
{% extends 'base.html' %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     2
{% block content %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     3
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     4
{% if edit_profile %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     5
    <a href="/user/edit/">edit my profile</a>
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     6
{% endif %}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     7
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     8
<br>
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
     9
{{ view_profile_form.as_p }}
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
    10
fcae44e94845 added files edit_profile.html and my_profile.html.
anoop
parents:
diff changeset
    11
{% endblock %}