diff --git a/elections/templates/elections/ballots/rank.html b/elections/templates/elections/ballots/rank.html index a88bae1..3e36e4c 100644 --- a/elections/templates/elections/ballots/rank.html +++ b/elections/templates/elections/ballots/rank.html @@ -3,7 +3,7 @@ {% for o in options %} - {{ o }} + {{ o }} {% endfor %} diff --git a/elections/templates/elections/ballots/select.html b/elections/templates/elections/ballots/select.html index 7a33f54..0cbe9d3 100644 --- a/elections/templates/elections/ballots/select.html +++ b/elections/templates/elections/ballots/select.html @@ -3,7 +3,7 @@ {% for o in options %} - {{ o }} + {{ o }} {% endfor %}