index.html 297 B

12345
  1. {% extends "layout.html" %}
  2. {% block body %}
  3. {% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
  4. <p>Bienvenue sur <a href="https://code.ffdn.org/FFDN/Cavote/" title="Code source de l'outil Cavote">cavote</a>, l'outil de vote de la Fédération FDN !</p>
  5. {% endblock %}