project/templates/user/account.html
changeset 96 178b89a3ca4f
parent 28 09032925ad9d
child 118 78dfa383f6a3
equal deleted inserted replaced
95:f94e0cd9a862 96:178b89a3ca4f
     5 {% block title %}My Profile{% endblock %}
     5 {% block title %}My Profile{% endblock %}
     6 
     6 
     7 {% block content %}
     7 {% block content %}
     8 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
     8 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
     9 
     9 
    10 <table class="kiwipycon-default">
    10 <table class="scipycon-default">
    11     <tr>
    11     <tr>
    12         <td class="label">
    12         <td class="label">
    13             Username:
    13             Username:
    14         </td>
    14         </td>
    15         <td>
    15         <td>
    23         <td>
    23         <td>
    24         {% if user.first_name %}
    24         {% if user.first_name %}
    25             <span>{{ user.get_full_name }}</span>
    25             <span>{{ user.get_full_name }}</span>
    26         {% else %}
    26         {% else %}
    27         <span class="important">No name, please <a 
    27         <span class="important">No name, please <a 
    28             href="{% url kiwipycon_edit_profile %}">edit profile</a>.</span>
    28             href="{% url scipycon_edit_profile %}">edit profile</a>.</span>
    29         {% endif %}
    29         {% endif %}
    30         </td>
    30         </td>
    31         <td rowspan="4">
    31         <td rowspan="4">
    32         <div class="picture">
    32         <div class="picture">
    33           <img src="{{ photo }}" width="80" height="80" />
    33           <img src="{{ photo }}" width="80" height="80" />
    84 </div>
    84 </div>
    85 {% endif %}
    85 {% endif %}
    86 {% if talks %}
    86 {% if talks %}
    87 <div id="talks">
    87 <div id="talks">
    88   <h2>Your Submitted Talks</h2>
    88   <h2>Your Submitted Talks</h2>
    89   <table class="kiwipycon-default" border="1">
    89   <table class="scipycon-default" border="1">
    90     <th>Title</th>
    90     <th>Title</th>
    91     <th>Duration</th>
    91     <th>Duration</th>
    92     <th>Audience</th>
    92     <th>Audience</th>
    93     <th>Tags</th>
    93     <th>Tags</th>
    94     <th>&nbsp;</th>
    94     <th>&nbsp;</th>