From c3b3e2f770173b4d2ac52497aeca702537e0e755 Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 18 Oct 2011 04:30:34 +0200 Subject: Paint sidebar in green. Close #34 --- budget/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 82b6ce9..55650d2 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -40,7 +40,7 @@ }); - + {% macro translations() %}
  • fr
  • en
  • @@ -77,9 +77,9 @@ {% block header %}{% endblock %} {% block container %} -
    +
    -
    +
    {% for message in get_flashed_messages() %}

    {{ message }}

    {% endfor %} -- cgit v1.1