From 7d60bee0ef5a38e6765b9bb51ae7e200157591a0 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 21 Aug 2011 01:42:10 +0200 Subject: Re-design (Fixes #19) --- budget/templates/add_bill.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'budget/templates/add_bill.html') diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 5b3a768..ec60f43 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -5,11 +5,9 @@ {% endblock %} {% block content %} -

Add a new bill

+

{% if edit %}Edit a{% else %}Add a new{% endif %} bill

-
-
- {{ forms.add_bill(form) }} -
-
+
+ {{ forms.add_bill(form) }} +
{% endblock %} -- cgit v1.1