diff options
Diffstat (limited to 'budget/templates/edit_bill.html')
| -rw-r--r-- | budget/templates/edit_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/edit_bill.html b/budget/templates/edit_bill.html index f069193..9c272ae 100644 --- a/budget/templates/edit_bill.html +++ b/budget/templates/edit_bill.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block top_menu %} -<a href="{{ url_for('list_bills') }}">Back to the list</a> +<a href="{{ url_for(".list_bills") }}">Back to the list</a> {% endblock %} {% block content %} |
