diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 27f5b5b0..543bcb36 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -41,8 +41,10 @@
{% if g.project %}
{% endif %}
diff --git a/budget/templates/settle_bills.html b/budget/templates/settle_bills.html
index e2041f56..29d9b26f 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 %}