aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/settle_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/settle_bills.html')
-rw-r--r--budget/templates/settle_bills.html7
1 files changed, 2 insertions, 5 deletions
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 %}
- <li><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li>
- <li class="active"><a href="{{ url_for(".settle_bills") }}">{{ _("Settle") }}</a></li>
+<li><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li>
+<li class="active"><a href="{{ url_for(".settle_bill") }}">{{ _("Settle") }}</a></li>
{% endblock %}
{% block sidebar %}