templates/view_profile.html
author nishanth
Fri, 16 Apr 2010 18:15:12 +0530
changeset 92 bff52631d402
parent 75 bda9ee536063
child 93 cd76d507b6cf
permissions -rw-r--r--
set debug to false and removed admin url

{% extends "base.html" %}
{% block content %}
<a href="/workshop/registration/profile/edit">Edit Profile</a> | 
<a href="/workshop/registration/password_change">Change Password</a>
<br />
{{user.first_name}} {{user.last_name}}<br />
{{user_profile.affiliated_to }}<br />
{{user_profile.interests }}<br />
{% endblock %}