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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html
index 37ecfa3..9b13b2e 100644
--- a/budget/templates/add_bill.html
+++ b/budget/templates/add_bill.html
@@ -8,7 +8,7 @@
<ul>{% for error in form.errors %}<li>{{ error }}</li>{% endfor %}</ul>
{% endif %}
- <form action="{{ url_for('add_bill') }}" method=post class="container span-24 add-bill">
+ <form action="{{ url_for('add_bill', project_id=project.id) }}" method=post class="container span-24 add-bill">
{{ form.hidden_tag() }}
<p>{{ form.payer.label }}<br /> {{ form.payer }}</p>