6804c8525747d00bcc80cd9c6965a81ad5385e96
[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, l'outil de vote de la Fédération FDN !</p>
5 {% endblock %}