aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/forms.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/forms.html')
-rw-r--r--budget/templates/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html
index 7b512ff..b027763 100644
--- a/budget/templates/forms.html
+++ b/budget/templates/forms.html
@@ -80,7 +80,7 @@
{{ input(form.emails) }}
<div class="actions">
<button class="btn">Send the invitations</button>
- <a href="{{ url_for("list_bills") }}">No, thanks</a>
+ <a href="{{ url_for(".list_bills") }}">No, thanks</a>
</div>
{% endmacro %}