project/templates/user/account.html
changeset 189 ff5ee7c15f21
parent 139 6e4719bb7df0
child 327 507a1ac1fd43
equal deleted inserted replaced
188:e98146ed3dca 189:ff5ee7c15f21
    98         <td class="label">Last Modified On:</td>
    98         <td class="label">Last Modified On:</td>
    99         <td>{{ registration.last_mod|date:"jS F Y H:i" }}</td>
    99         <td>{{ registration.last_mod|date:"jS F Y H:i" }}</td>
   100       </tr>
   100       </tr>
   101     </table>
   101     </table>
   102     <p>
   102     <p>
   103       <a href="{% url scipycon_edit_registration params.scope
   103       <a href="{% url scipycon_edit_registration params.scope registration.id %}" title="Edit">Edit Registration</a>
   104           registration.id %}" title="Edit">Edit Registration</a>
       
   105     </p>
   104     </p>
   106   </div>
   105   </div>
   107 {% endif %}
   106 {% endif %}
   108 
   107 
   109 {% if talks %}
   108 {% if talks %}