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 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'budget/templates/add_bill.html') 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") }};}); -- cgit v1.1