diff --git a/get_together/templates/get_together/events/show_event.html b/get_together/templates/get_together/events/show_event.html index b75c8f4..a37b7f2 100644 --- a/get_together/templates/get_together/events/show_event.html +++ b/get_together/templates/get_together/events/show_event.html @@ -104,7 +104,7 @@ {% endif %} {% endrecursetree %} - {% if can_edit_event %} + {% if request.user.is_authenticated %}