From 8570e79170e28ad0437a6b663066e7d54b0c682d Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 23:28:24 +0100 Subject: reorganize the static folder structure --- budget/templates/add_bill.html | 5 ++--- budget/templates/add_member.html | 3 --- budget/templates/layout.html | 5 +++-- budget/templates/layout.txt | 2 -- budget/templates/list_bills.html | 5 ++--- 5 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 budget/templates/layout.txt (limited to 'budget/templates') diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index b784bfd..34b89cc 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,11 +1,10 @@ {% extends "layout.html" %} {% block head %} - + {% if g.lang != "en" %} - + {% endif %} - {% endblock %} {% block js %} $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};}); diff --git a/budget/templates/add_member.html b/budget/templates/add_member.html index 9577ac2..91ca226 100644 --- a/budget/templates/add_member.html +++ b/budget/templates/add_member.html @@ -1,7 +1,4 @@ {% extends "layout.html" %} -{% block head %} - -{% endblock %} {% block js %} auto_hide_default_text('#name'); {% endblock %} diff --git a/budget/templates/layout.html b/budget/templates/layout.html index bd02435..ab1f45d 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -4,8 +4,9 @@ {{ _("Account manager") }}{% block title %}{% endblock %} - - + + + {% block head %}{% endblock %} + {% if g.lang != "en" %} - + {% endif %} - {% endblock %} {% block js %} -- cgit v1.1