From 634c4ad4ff942cc95438f64b211a1cb5ea2ad9e9 Mon Sep 17 00:00:00 2001 From: Qwann Date: Mon, 27 Aug 2018 17:11:27 +0200 Subject: [PATCH] hotfix: admin --- event/templates/event/activity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/templates/event/activity.html b/event/templates/event/activity.html index ff7c838..31ba3a6 100644 --- a/event/templates/event/activity.html +++ b/event/templates/event/activity.html @@ -6,7 +6,7 @@ {% block content %}

{{ activity.title}} - {% if perms.event.activity_can_change and user.is_staff %} + {% if user.is_staff %} {% endif %}