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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html
index 9b13b2e..8dec74c 100644
--- a/budget/templates/add_bill.html
+++ b/budget/templates/add_bill.html
@@ -1,5 +1,9 @@
{% extends "layout.html" %}
+{% block top_menu %}
+<a href="{{ url_for('list_bills', project_id=project.id) }}">Back to the list</a>
+{% endblock %}
+
{% block content %}
<h2>Let's add a bill</h2>