From 71a55d03f9f5e2889683691ad01647d3f7dfe2f9 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Wed, 23 May 2012 00:13:15 +0200 Subject: [PATCH] improve vote listing --- templates/show_votes.html | 44 +++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/templates/show_votes.html b/templates/show_votes.html index e964efa..9aec632 100644 --- a/templates/show_votes.html +++ b/templates/show_votes.html @@ -1,27 +1,45 @@ {% extends "layout.html" %} {% block body %} -

Administration - Liste des votes

-

Votes

+
+
+

Liste des votes

+ {% if session.logged_in %} +

Ajouter un vote

-
Titre : +
Question soumise au vote :
-
Description : +
Description (facultative) :
-
+
{% endif %} - Retour à l'accueil {% endblock %} -- 2.20.1