From a2b950d9c8a1606c63948b6c35412ba1fb3614c5 Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Mon, 3 Sep 2012 17:40:34 +0200 Subject: [PATCH] Remove some old code no longer needed (Correct 404 errors about jquery-ui) --- budget/templates/add_bill.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 71bb6f0d..346a16da 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,11 +1,5 @@ {% extends "layout.html" %} -{% block head %} - - {% if g.lang != "en" %} - - {% endif %} -{% endblock %} {% block js %} $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};}); $.datepicker.setDefaults({'dateFormat': 'yy-mm-dd'});