project/templates/user/account.html
changeset 122 7bdf396d4778
parent 118 78dfa383f6a3
child 135 782f958b2cb2
equal deleted inserted replaced
121:78d082337ca4 122:7bdf396d4778
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 <!-- 
     2 
     3 <li class="last">
       
     4 <a href="mailto:kauaerangastore@xtra.co.nz">kauaerangastore@xtra.co.nz</a></li>
       
     5  -->
       
     6 <!-- TODO: Lot of fees related and New Zealand group related info. -->
       
     7 {% block title %}My Profile{% endblock %}
     3 {% block title %}My Profile{% endblock %}
     8 
     4 
     9 {% block content %}
     5 {% block content %}
    10 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
     6 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
    11 
     7 
    62     </tr>
    58     </tr>
    63 </table>
    59 </table>
    64 {% if comment %}
    60 {% if comment %}
    65 <strong>{{ comment }}</strong>
    61 <strong>{{ comment }}</strong>
    66 {% endif %}
    62 {% endif %}
    67 {% if form %}
    63 
    68 <!-- wifi form -->
       
    69   <h2>Wifi</h2>
       
    70 <p>The following form will help the SciPy.in team identify wireless
       
    71 requirements.</p> 
       
    72 <form action="" method="post">
       
    73 <table>
       
    74   {{ form }}
       
    75 </table>
       
    76 <input type="submit" value="submit" />
       
    77 </form>
       
    78 {% endif %}
       
    79 {% if registration %}
    64 {% if registration %}
    80 <div id="talks">
    65 <div id="talks">
    81   <h2>Your Registration</h2>
    66   <h2>Your Registration</h2>
    82 <p>
    67 <p>
    83   <a href="/edit-registration/{{ registration.id }}/"
    68   <a href="/edit-registration/{{ registration.id }}/"