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