From cb05727ec3d10de25d23a7bcf8c108bb6640327a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Tue, 9 Aug 2011 18:28:48 +0200 Subject: We now are able to set the date when adding a bill. --- budget/templates/forms.html | 1 + 1 file changed, 1 insertion(+) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 0fa642d..d462a82 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -40,6 +40,7 @@ {% include "display_errors.html" %} {{ form.hidden_tag() }} + {{ input(form.date) }} {{ input(form.what) }} {{ input(form.payer) }} {{ input(form.amount) }} -- cgit v1.1