From 80b6374f4b03a70ea02d85b4cfa2cba0aef84383 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sat, 24 Mar 2018 00:05:44 -0400 Subject: [PATCH] Allow any logged in user to leave a comment --- get_together/templates/get_together/events/show_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}
{% csrf_token %}