aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/bill_form.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-07-31 23:55:02 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-07-31 23:55:02 +0200
commit548101d8bbd5adff4887cfad8fc70d1a4cf82370 (patch)
tree798470e44e9599a0adf2dea8e476b841418cb3f0 /budget/templates/bill_form.html
parent37be0f4fa196de8c160f1ec59978fd3c15a8bf8d (diff)
downloadihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.zip
ihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.tar.gz
ihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.tar.bz2
Some more theming and fixes.
Diffstat (limited to 'budget/templates/bill_form.html')
-rw-r--r--budget/templates/bill_form.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/budget/templates/bill_form.html b/budget/templates/bill_form.html
deleted file mode 100644
index 61b4004..0000000
--- a/budget/templates/bill_form.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% import "forms.html" as forms %}
-<div class="uniForm">
-<form action="{{ url_for('add_bill', project_id=project.id) }}" method="post" class=uniForm">
- {{ form.hidden_tag() }}
- {{ forms.input(form.what) }}
- {{ forms.input(form.payer) }}
- {{ forms.input(form.amount) }}
- {{ forms.input(form.payed_for, multiple=True) }}
- <p>{{ form.submit }}</p>
-</form>
-</div>