From 6aa00adfac33c9b21208332bd1e29df9d5882f3e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Aug 2011 23:32:09 +0200 Subject: Closing an archaeological file (closes #558) --- ishtar/ishtar_base/forms.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar/ishtar_base/forms.py') diff --git a/ishtar/ishtar_base/forms.py b/ishtar/ishtar_base/forms.py index 1021caee5..e4f52b1cd 100644 --- a/ishtar/ishtar_base/forms.py +++ b/ishtar/ishtar_base/forms.py @@ -691,6 +691,11 @@ class DeletionWizard(Wizard): return render_to_response('wizard_delete_done.html', {}, context_instance=RequestContext(request)) +class ClosingDateFormSelection(forms.Form): + form_label = _("Closing date") + end_date = forms.DateField(label=_(u"Closing date"), + widget=widgets.JQueryDate) + class ClosingWizard(Wizard): # "close" an item # to be define in the overloaded class -- cgit v1.2.3