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 %}