From 6c83f5852bf1128c68ad46cf1309bf3890aed726 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 15 Aug 2019 14:56:32 +0200 Subject: [PATCH] Fix template for polls --- templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/utils.html b/templates/utils.html index 0fccbf6..7b4b1bd 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -122,7 +122,7 @@ - {% elif session.logged_in and already_voted %} + {% elif session.logged_in and already_voted and not (real_end_time | gtnow) %} {% endif %}