diff options
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> |