aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/edit_bill.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/edit_bill.html')
-rw-r--r--budget/templates/edit_bill.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/edit_bill.html b/budget/templates/edit_bill.html
index 03a1a26..f069193 100644
--- a/budget/templates/edit_bill.html
+++ b/budget/templates/edit_bill.html
@@ -8,7 +8,7 @@
<h2>Edit a bill</h2>
<div class="container span-24 add-bill uniForm" style="width: 400px">
- <form action="{{ url_for('edit_bill', bill_id=bill_id) }}" method="post" class=uniForm">
+ <form action="" method="post" class=uniForm">
{{ forms.add_bill(form) }}
</form>
</div>