From 3b1c98d1fe8ec248cab188d77124af6e1cae69b4 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 12 Apr 2021 01:50:27 +0200 Subject: [PATCH] =?UTF-8?q?On=20rajoute=20un=20menu=20de=20confirmation=20?= =?UTF-8?q?rempli=20avec=20du=20JS=20pour=20les=20options=20s=C3=A9lection?= =?UTF-8?q?n=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elections/templates/elections/vote.html | 90 ++++++++++++++++++++++++- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/elections/templates/elections/vote.html b/elections/templates/elections/vote.html index c34cf43..8729031 100644 --- a/elections/templates/elections/vote.html +++ b/elections/templates/elections/vote.html @@ -2,6 +2,62 @@ {% load i18n %} +{% block extra_head %} +{% if question.vote_type == 'select' %} + +{% elif question.vote_type == 'rank' %} +{% endif %} +{% endblock %} + {% block content %}
@@ -32,13 +88,14 @@
+ + + +