From b8de119cc66c49c26ee9b86ceb42f49db0d5b837 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 13 May 2024 13:14:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Actually=20display=20if=20voting?= =?UTF-8?q?=20is=20anonymous=20or=20not?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/voting.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmpl/voting.html b/tmpl/voting.html index 3aab3ae..fcc9626 100644 --- a/tmpl/voting.html +++ b/tmpl/voting.html @@ -45,7 +45,11 @@ {{ .Voting.Threshold }} + {{ if .Voting.Anonymous }} YES + {{ else }} + NO + {{ end }}