From 064c5578c8606a7d90a8d9ee4d342f1c5579a2cc Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 24 Aug 2021 23:10:19 +0200 Subject: [PATCH] Centre le nom des options --- elections/templates/elections/ballots/rank.html | 2 +- elections/templates/elections/ballots/select.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}