diff -r 250e2731039d -r 6e4719bb7df0 project/templates/user/account.html --- a/project/templates/user/account.html Wed Jul 21 02:07:28 2010 +0530 +++ b/project/templates/user/account.html Wed Jul 21 03:26:01 2010 +0530 @@ -6,99 +6,131 @@
| - Username: - | -- {{ user.username }} - | -|
| - Name: - | -- {% if user.first_name %} - {{ user.get_full_name }} - {% else %} + | |
| Username: | +{{ user.username }} | +|
| Name: | ++ {% if user.first_name %} + {{ user.get_full_name }} + {% else %} No name, please edit profile . - {% endif %} - | -
-
-
- |
-
| - Email: - | -- {{ user.email }} - | -|
| - Url: - | -- {{ profile.url }} - | -|
| - About: - | -- {{ profile.about }} - | -
+
+
+ |
+
+
| Email: | +{{ user.email }} | +|
| Url: | ++ {{ profile.url }} + | +|
| About: | +{{ profile.about }} | +
| {{ event.get_full_name }} ID: | +{{ registration.slug }} | +
| Attending Conference: | +{% if registration.conference %}Yes{% else %}No{% endif %} | +
| Attending Tutorials: | +{% if registration.tutorial %}Yes{% else %}No{% endif %} | +
| Attending Sprints: | +{% if registration.sprint %}Yes{% else %}No{% endif %} | +
| Organisation: | +{{ registration.organisation }} | +
| Occupation: | +{{ registration.occupation }} | +
| City: | +{{ registration.city }} | +
| Post Code: | +{{ registration.postcode }} | +
| Phone Number: | +{{ registration.phone_num }} | +
| Allow Contact: | +{% if registration.allow_contact %}Yes{% else %}No{% endif %} | +
| Registered On: | +{{ registration.submitted|date:"jS F Y H:i" }} | +
| Last Modified On: | +{{ registration.last_mod|date:"jS F Y H:i" }} | +
| Title | -Duration | -Audience | -Tags | --{% for talk in talks %} - |
|---|---|---|---|---|
| {{ talk.title }} | -{{ talk.duration }} | -{{ talk.audience }} | -{{ talk.tags }} | -- {% if talk.approved %} - Accepted - {% else %} - Edit - {% endif %} - | -
| Title | +Duration | +Audience | +Tags | ++ {% for talk in talks %} + |
|---|---|---|---|---|
| {{ talk.title }} | +{{ talk.duration }} | +{{ talk.audience }} | +{{ talk.tags }} | ++ {% if talk.approved %} + Accepted + {% else %} + Edit + {% endif %} + | +