From a0e94f3c116879301a2bef32fac30c232c18e386 Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Sun, 7 Apr 2013 23:01:32 +0200 Subject: bugfix : "Settle" link was not active on navbar. --- budget/templates/settle_bills.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'budget/templates/settle_bills.html') diff --git a/budget/templates/settle_bills.html b/budget/templates/settle_bills.html index e2041f5..29d9b26 100644 --- a/budget/templates/settle_bills.html +++ b/budget/templates/settle_bills.html @@ -1,11 +1,8 @@ {% extends "layout.html" %} -{% block js %} - $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};}); -{% endblock %} {% block navbar %} -
  • {{ _("Bills") }}
  • -
  • {{ _("Settle") }}
  • +
  • {{ _("Bills") }}
  • +
  • {{ _("Settle") }}
  • {% endblock %} {% block sidebar %} -- cgit v1.1