modify to range voting
[cavote.git] / templates / index.html
1 {% extends "layout.html" %}
2 {% block body %}
3 {% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
4 <p>Bienvenue sur Cavote, un outil de vote convivial</p>
5 {% endblock %}