From 8b114c5718e332553a3bb9718c707365f7ab5a0a Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Mon, 26 Nov 2012 21:52:25 +0100 Subject: update for "create archive" interface --- 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 8d15cb8..2904e0d 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -108,6 +108,7 @@
{{ _("Create an archive") }} {{ form.hidden_tag() }} + {{ input(form.name) }} {{ input(form.start_date) }} {{ input(form.end_date) }}
-- cgit v1.1