author | nishanth |
Tue, 29 Jun 2010 16:12:29 +0530 | |
changeset 103 | ee9261c5ba18 |
parent 93 | cd76d507b6cf |
permissions | -rw-r--r-- |
17 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
75
bda9ee536063
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents:
18
diff
changeset
|
3 |
<a href="/workshop/registration/profile/edit">Edit Profile</a> | |
bda9ee536063
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents:
18
diff
changeset
|
4 |
<a href="/workshop/registration/password_change">Change Password</a> |
18
7dae32a2439b
prettified the home page and moved workshops to another page called workshops.
nishanth
parents:
17
diff
changeset
|
5 |
<br /> |
93 | 6 |
Firstname: {{user.first_name}}<br /> |
7 |
Lastname: {{user.last_name}}<br /> |
|
8 |
Gender: {% ifequal user_profile.gender "M" %}Male{%else%}Female{%endifequal%}<br /> |
|
9 |
Profession: {% ifequal user_profile.profession "S" %} |
|
10 |
Student |
|
11 |
{% else %} |
|
12 |
{% ifequal user_profile.profession "F" %}Faculty{%else%}Professinal{%endifequal%} |
|
13 |
{%endifequal%}<br /> |
|
14 |
College/Company: {{user_profile.affiliated_to }}<br /> |
|
15 |
Interests: {{user_profile.interests }}<br /> |
|
17 | 16 |
{% endblock %} |