From c374525a0bda01179358f9351dd566b9620a5c01 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 20 Mar 2021 09:24:32 +0100 Subject: [PATCH] Tweaks --- elections/templates/elections/vote.html | 4 ++-- shared/templates/forms/formset.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elections/templates/elections/vote.html b/elections/templates/elections/vote.html index 02a2d00..bef7039 100644 --- a/elections/templates/elections/vote.html +++ b/elections/templates/elections/vote.html @@ -8,9 +8,9 @@

{% trans "Vote pour la question :" %} {{ question.text }} ({{ q_index }}/{{ q_total }})


-
+

- {{ vote_rule|safe }} + {{ vote_rule|safe }}

diff --git a/shared/templates/forms/formset.html b/shared/templates/forms/formset.html index 329ba2d..276821c 100644 --- a/shared/templates/forms/formset.html +++ b/shared/templates/forms/formset.html @@ -2,7 +2,7 @@

{% for error in formset.non_form_errors %} - {{ error }} + {{ error }}
{% endfor %}