From 44060f03dfd6fb9f1925496f06992984ef41062b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 23:03:06 +0100 Subject: update bootstrap to the last version. Clean some css --- budget/templates/layout.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 07d33d4..bd02435 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -42,12 +42,13 @@ }); - + {% macro translations() %}
  • fr
  • en
  • {% endmacro %}
    +

    {% if g.project %}
      @@ -76,18 +77,19 @@ {{ translations() }}
    {% endif %} +
    {% block header %}{% endblock %} {% block container %} -
    +
    {% block sidebar %}{% endblock %} -
    +
    {% block content %} {% endblock %}
    {% for message in get_flashed_messages() %} -

    {{ message }}

    +

    {{ message }}

    {% endfor %} {% endblock %} {% block footer %} -- cgit v1.1