diff --git a/elections/templates/elections/vote.html b/elections/templates/elections/vote.html index 8729031..6c19ca2 100644 --- a/elections/templates/elections/vote.html +++ b/elections/templates/elections/vote.html @@ -5,38 +5,18 @@ {% block extra_head %} {% if question.vote_type == 'select' %} {% elif question.vote_type == 'rank' %} + {% endif %} {% endblock %}