Merged in [11080] from rjsparks@nostrum.com:

Show the link for editing what agendas a document appears on more liberally. Fixes .
 - Legacy-Id: 11093
Note: SVN reference [11080] has been migrated to Git commit 38b9c52d1d
This commit is contained in:
Henrik Levkowetz 2016-04-04 19:53:42 +00:00
commit a5a15d7306

View file

@ -253,13 +253,15 @@
</tr>
{% endif %}
{% if presentations or can_edit_stream_info %}
{% if presentations or user|has_role:"Secretariat,Area Director,WG Chair,WG Secretary,RG Chair,RG Secretary,IRTF Chair,Team Chair" or can_edit_stream_info %}
<tr>
<th></th>
<th>On Agenda</th>
<td class="edit">
{% if not snapshot and can_edit_stream_info %}
{% if not snapshot %}
{% if user|has_role:"Secretariat,Area Director,WG Chair,WG Secretary,RG Chair,RG Secretary,IRTF Chair,Team Chair" or can_edit_stream_info %}
{% doc_edit_button "ietf.doc.views_doc.all_presentations" name=doc.name %}
{% endif %}
{% endif %}
</td>