project/templates/user/account.html
changeset 135 782f958b2cb2
parent 122 7bdf396d4778
child 139 6e4719bb7df0
equal deleted inserted replaced
134:6d8d8b64853e 135:782f958b2cb2
    20         </td>
    20         </td>
    21         <td>
    21         <td>
    22         {% if user.first_name %}
    22         {% if user.first_name %}
    23             <span>{{ user.get_full_name }}</span>
    23             <span>{{ user.get_full_name }}</span>
    24         {% else %}
    24         {% else %}
    25         <span class="important">No name, please <a 
    25         <span class="important">
    26             href="{% url scipycon_edit_profile params.scope %}">edit profile</a>.</span>
    26           No name, please
       
    27           <a href="{% url scipycon_edit_profile params.scope %}">
       
    28             edit profile
       
    29           </a>.
       
    30         </span>
    27         {% endif %}
    31         {% endif %}
    28         </td>
    32         </td>
    29         <td rowspan="4">
    33         <td rowspan="4">
    30         <div class="picture">
    34         <div class="picture">
    31           <img src="{{ photo }}" width="80" height="80" />
    35           <img src="{{ photo }}" width="80" height="80" />
    63 
    67 
    64 {% if registration %}
    68 {% if registration %}
    65 <div id="talks">
    69 <div id="talks">
    66   <h2>Your Registration</h2>
    70   <h2>Your Registration</h2>
    67 <p>
    71 <p>
    68   <a href="/edit-registration/{{ registration.id }}/"
    72   <a href="{% url scipycon_edit_registration params.scope registration.id %}"
    69     title="Edit">Edit Registration</a>
    73     title="Edit">Edit Registration</a>
    70   </p>
    74   </p>
    71 </div>
    75 </div>
    72 {% endif %}
    76 {% endif %}
    73 {% if talks %}
    77 {% if talks %}