From 2fb3df596eeff7a84ed69444a217acbcd79baf39 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 20 Jul 2010 19:18:44 +0530 Subject: Removed Wifi form from the profile summary page. --- project/templates/user/account.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'project/templates/user/account.html') 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> -- cgit