aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/add_bill.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/add_bill.html')
-rw-r--r--budget/templates/add_bill.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html
deleted file mode 100644
index 595f363..0000000
--- a/budget/templates/add_bill.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "layout.html" %}
-
-{% block js %}
- $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};});
-{% endblock %}
-
-
-{% block top_menu %}
-<a href="{{ url_for(".list_bills") }}">{{ _("Back to the list") }}</a>
-{% endblock %}
-
-{% block content %}
-
-<form class="form-horizontal" method="post">
- {{ forms.add_bill(form, edit) }}
-</form>
-{% endblock %}