From b0aa52fc24561b18a2f9295cea027c9f874ae994 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 26 Apr 2020 13:16:47 +0200 Subject: [PATCH] Fix issue with stricter template syntax --- boardvoting/templates/motion_fragments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boardvoting/templates/motion_fragments.html b/boardvoting/templates/motion_fragments.html index 876e586..b6fac50 100644 --- a/boardvoting/templates/motion_fragments.html +++ b/boardvoting/templates/motion_fragments.html @@ -40,7 +40,7 @@ {{ end }} Hide Votes - {{ else if or ((ne 0 .Ayes) (ne 0 .Nayes) (ne 0 .Abstains)) }} + {{ else if or (ne 0 .Ayes) (ne 0 .Nayes) (ne 0 .Abstains) }} Show Votes {{ end }}