X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Flayout.html;h=7e6aea81b7cecc18d49f649f98c5a4df915e5a68;hb=HEAD;hp=66fd8e5d2b7bc030993f200537ffcfaa1db28a1e;hpb=0fb98decd67ec695937480b4d5448adbcd508565;p=cavote.git diff --git a/templates/layout.html b/templates/layout.html index 66fd8e5..7e6aea8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,6 +8,7 @@ --> + @@ -20,37 +21,39 @@
Accueil - Votes en cours - Archives + Votes en cours + Archives {% if session.user and session.user.is_admin %} Admin {% endif %}
{% if 'user' in session %} - {{ session.user.name }} + {{ session.user.name }} {% else %} - Connexion + Connexion {% endif %}
-

Outil de vote du CA FFDN {% block subtitle %}{% endblock %}

+

{% block subtitle %}{% endblock %}

{% with messages = get_flashed_messages(with_categories="true") %} {% if messages %} {% for category, message in messages %}