parent
e0f232dc37
commit
b1deed3aa2
|
@ -10,9 +10,6 @@
|
||||||
<th data-sort="type">Type</th>
|
<th data-sort="type">Type</th>
|
||||||
<th data-sort="title">Title</th>
|
<th data-sort="title">Title</th>
|
||||||
<th data-sort="updated">Updated</th>
|
<th data-sort="updated">Updated</th>
|
||||||
{% if user|has_role:'Secretariat' %}
|
|
||||||
<th></th>
|
|
||||||
{% endif %}
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -35,17 +32,17 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<td colspan="2"></td>
|
<td colspan="2"></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if user|has_role:'Secretariat' %}
|
|
||||||
<td class="text-end">
|
|
||||||
<a class="btn btn-sm btn-primary"
|
|
||||||
href="{% url 'ietf.meeting.views_proceedings.material_details' num=meeting.number %}">
|
|
||||||
Edit materials
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
{% endif %}
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
|
||||||
|
{% if user|has_role:'Secretariat' %}
|
||||||
|
<a class="btn btn-primary"
|
||||||
|
href="{% url 'ietf.meeting.views_proceedings.material_details' num=meeting.number %}">
|
||||||
|
Edit materials
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% endif %}
|
Loading…
Reference in a new issue