From 548101d8bbd5adff4887cfad8fc70d1a4cf82370 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 31 Jul 2011 23:55:02 +0200 Subject: Some more theming and fixes. --- budget/templates/bill_form.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 budget/templates/bill_form.html (limited to 'budget/templates/bill_form.html') 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 %} -
-
- {{ form.hidden_tag() }} - {{ forms.input(form.what) }} - {{ forms.input(form.payer) }} - {{ forms.input(form.amount) }} - {{ forms.input(form.payed_for, multiple=True) }} -

{{ form.submit }}

-
-
-- cgit v1.1