From 4fcaf7d7ec583b794c14597d50abc89ef96450c9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 23 Jul 2011 15:54:23 +0200 Subject: Kick-start multiple projects support. This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore) --- budget/templates/add_bill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/add_bill.html') 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 @@ {% endif %} -
+ {{ form.hidden_tag() }}

{{ form.payer.label }}
{{ form.payer }}

-- cgit v1.1