Removed bluesheet upload from the secr/ bluesheets generation page. Added navigation to session details from the meeting materials view rows. - Legacy-Id: 11815 Note: SVN reference [11780] has been migrated to Git commit 9b295b1b5e346afafdcaf3d00b0b120a1b826e7f
5 lines
329 B
HTML
5 lines
329 B
HTML
{% load ietf_filters session_filters %}
|
|
{% if user|has_role:"Secretariat" or session|can_manage_materials:user and not session.is_material_submission_cutoff %}
|
|
<a class="button btn-default btn-sm" href="{% url 'ietf.meeting.views.session_details' num=session.meeting.number acronym=session.group.acronym %}">Edit</a>
|
|
{% endif %}
|