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 }}