project/templates/user/account.html
changeset 327 507a1ac1fd43
parent 189 ff5ee7c15f21
child 328 f71e17a05344
equal deleted inserted replaced
326:1368a770d991 327:507a1ac1fd43
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 
     2 
     3 {% block title %}My Profile{% endblock %}
     3 {% block title %}My Profile{% endblock %}
     4 
     4 
     5 {% block content %}
     5 {% block content %}
       
     6 
       
     7 
       
     8 {% if registration %}
       
     9    <h2>Please get your badges for scipy.in 2010 <a href="/{{ params.scope }}/badge/">here</a></h2>
       
    10 {% endif %}
       
    11 
     6 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
    12 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
     7 
    13 
     8 <table class="scipycon-default">
    14 <table class="scipycon-default">
     9   <tr>
    15   <tr>
    10     <td class="label">Username:</td>
    16     <td class="label">Username:</td>