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/home.html | 2 +- budget/templates/layout.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'budget/templates') diff --git a/budget/templates/home.html b/budget/templates/home.html index 1073a49..414e730 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -17,7 +17,7 @@ {% endblock %} {% block container %} -
+
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