diff options
author | Madhusudan.C.S | 2010-07-20 19:18:44 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-20 19:18:44 +0530 |
commit | 2fb3df596eeff7a84ed69444a217acbcd79baf39 (patch) | |
tree | 15c3f2dcc5817229c20b923b372dc733f6efb2d2 /project/templates/user/account.html | |
parent | a8ff148b8cf9a78019ecc66a811bec2ed76c7705 (diff) | |
download | scipycon-2fb3df596eeff7a84ed69444a217acbcd79baf39.tar.gz scipycon-2fb3df596eeff7a84ed69444a217acbcd79baf39.tar.bz2 scipycon-2fb3df596eeff7a84ed69444a217acbcd79baf39.zip |
Removed Wifi form from the profile summary page.
Diffstat (limited to 'project/templates/user/account.html')
-rw-r--r-- | project/templates/user/account.html | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html index cd9ca3e..c27646a 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -1,9 +1,5 @@ {% extends "base.html" %} -<!-- -<li class="last"> -<a href="mailto:kauaerangastore@xtra.co.nz">kauaerangastore@xtra.co.nz</a></li> - --> -<!-- TODO: Lot of fees related and New Zealand group related info. --> + {% block title %}My Profile{% endblock %} {% block content %} @@ -64,18 +60,7 @@ {% if comment %} <strong>{{ comment }}</strong> {% endif %} -{% if form %} -<!-- wifi form --> - <h2>Wifi</h2> -<p>The following form will help the SciPy.in team identify wireless -requirements.</p> -<form action="" method="post"> -<table> - {{ form }} -</table> -<input type="submit" value="submit" /> -</form> -{% endif %} + {% if registration %} <div id="talks"> <h2>Your Registration</h2> |