diff --git a/ietf/templates/group/meetings-row.html b/ietf/templates/group/meetings-row.html index 7fc8c822b..e0aa8309e 100644 --- a/ietf/templates/group/meetings-row.html +++ b/ietf/templates/group/meetings-row.html @@ -38,7 +38,11 @@ {% if s.meeting.type.slug == 'ietf' %}{{s.time|date:"H:i"}}{% endif %} {% if s.agenda %}Agenda{% endif %} {% if s.minutes %}Minutes{% endif %} - Materials + + + {% if can_edit %}Edit {% endif %}Materials + + {% endfor %}