equal
deleted
inserted
replaced
4 |
4 |
5 {% block content %} |
5 {% block content %} |
6 |
6 |
7 |
7 |
8 {% if registration %} |
8 {% if registration %} |
9 <h2>Please get your badges for scipy.in 2010 <a href="/{{ params.scope }}/badge/">here</a></h2> |
9 <h2>Please get your badges for scipy.in 2010 <a href="{{ params.scope }}/badge/">here</a></h2> |
10 {% endif %} |
10 {% endif %} |
11 |
11 |
12 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1> |
12 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1> |
13 |
13 |
14 <table class="scipycon-default"> |
14 <table class="scipycon-default"> |
128 <td>{{ talk.tags }}</td> |
128 <td>{{ talk.tags }}</td> |
129 <td> |
129 <td> |
130 {% if talk.approved %} |
130 {% if talk.approved %} |
131 <span>Accepted</span> |
131 <span>Accepted</span> |
132 {% else %} |
132 {% else %} |
133 <a href="/{{ params.scope }}/edit-talk/{{ talk.id }}/" title="Edit">Edit</a> |
133 <a href="/edit-talk/{{ talk.id }}/" title="Edit">Edit</a> |
134 {% endif %} |
134 {% endif %} |
135 </td> |
135 </td> |
136 </tr> |
136 </tr> |
137 {% endfor %} |
137 {% endfor %} |
138 </table> |
138 </table> |