From c8336b9ca0141a4575cd7d8a58f897bf951ca24b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 27 Jul 2017 15:10:18 +0000 Subject: [PATCH] Made the materials links on the group materials tab say 'Edit Materials' for people who can edit the group. Fixes issue #2332. - Legacy-Id: 13987 --- ietf/templates/group/meetings-row.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 %}