From: Julien Rabier Date: Tue, 22 May 2012 22:13:15 +0000 (+0200) Subject: improve vote listing X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=commitdiff_plain;h=71a55d03f9f5e2889683691ad01647d3f7dfe2f9 improve vote listing --- 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 %}