From 449f6bfc9dd5fcaedcda6f74ad3dbf31dd22107f Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Sat, 5 Mar 2016 16:17:18 +0100 Subject: [PATCH] Date poll - Don't display vote form when not granted --- tpl/part/vote_table_date.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 810f5c1..626b4e1 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -179,7 +179,7 @@ {* Line to add a new vote *} - {if $active && $editingVoteId === 0 && !$expired} + {if $active && $editingVoteId === 0 && !$expired && $accessGranted}