From 39719c58963c39e95266d49b3f4233b38c3d238f Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sat, 17 Mar 2018 17:41:15 -0400 Subject: [PATCH] Only show photo upload button if user can upload photos to the event --- get_together/templates/get_together/events/show_event.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get_together/templates/get_together/events/show_event.html b/get_together/templates/get_together/events/show_event.html index a1e993a..5827555 100644 --- a/get_together/templates/get_together/events/show_event.html +++ b/get_together/templates/get_together/events/show_event.html @@ -86,9 +86,11 @@ {% endfor %} + {% if can_edit_event %}
+ {% endif %}