diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/user/account.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/user/account.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,119 @@ +{% extends "base.html" %} +
+ 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 }} + | +
The following form will help the SciPy.in team identify wireless +requirements.
+ +{% endif %} +{% if registration %} ++ Edit Registration + {% if registration.sponsor %} + {% else %} + | Your invoice (html) (pdf)
+ {% endif %} + +Title | +Duration | +Audience | +Tags | ++{% for talk in talks %} + |
---|---|---|---|---|
{{ talk.title }} | +{{ talk.duration }} | +{{ talk.audience }} | +{{ talk.tags }} | ++ {% if talk.approved %} + Accepted + {% else %} + Edit + {% endif %} + | +