X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fshow_votes.html;h=90fd1f8cef71dd6909013de66722e47f61fdc4b3;hb=0fb98decd67ec695937480b4d5448adbcd508565;hp=e964efa01fe01b7ee87c81563024be1a353a22f3;hpb=39efd2236433e4a74704e536f2d52ead7d7e994d;p=cavote.git diff --git a/templates/show_votes.html b/templates/show_votes.html index e964efa..90fd1f8 100644 --- a/templates/show_votes.html +++ b/templates/show_votes.html @@ -1,28 +1,30 @@ {% extends "layout.html" %} +{% block subtitle %} +Liste des votes +{% endblock %} {% block body %} -

Administration - Liste des votes

- -

Votes

- {% if session.logged_in %} -
-
-
Titre : -
-
Description : -
-
-
-
- {% endif %} - - Retour à l'accueil - {% endblock %} -