From 944ab85aea5384d67cff60b2d6ee4fa37c20cb9d Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 13 May 2024 12:52:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20loop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/voting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl/voting.html b/tmpl/voting.html index 4d83897..3aab3ae 100644 --- a/tmpl/voting.html +++ b/tmpl/voting.html @@ -126,7 +126,7 @@ {{ range $vote := .Voting.Votes }} - + {{ $vote.Choice }} @@ -137,9 +137,9 @@ {{ $vote.Id }} + {{ end }} - {{ end }} {{ end }} {{ end }}