diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 71bb6f0..346a16d 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'});