Update libs, debug html and add user button
[cavote.git] / templates / index.html
diff --git a/templates/index.html b/templates/index.html
new file mode 100644 (file)
index 0000000..6804c85
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "layout.html" %}
+{% block body %}
+  {% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
+  <p>Bienvenue sur cavote, l'outil de vote de la Fédération FDN !</p>
+{% endblock %}