diff --git a/elections/staticdefs.py b/elections/staticdefs.py index 73a4bcf..c643a93 100644 --- a/elections/staticdefs.py +++ b/elections/staticdefs.py @@ -21,3 +21,11 @@ CONNECTION_METHODS = { QUESTION_TYPES = [ ("assentiment", _("Assentiment")), ] + +VOTE_RULES = { + "assentiment": _( + "Le mode de scrutin pour cette question est un vote par assentiment. " + "Vous pouvez donc sélectionner autant d'options que vous souhaitez. " + "Vous pouvez également ne sélectionner aucune option." + ) +} diff --git a/elections/templates/elections/vote.html b/elections/templates/elections/vote.html index ccf89a6..02a2d00 100644 --- a/elections/templates/elections/vote.html +++ b/elections/templates/elections/vote.html @@ -8,6 +8,12 @@