From f4c647837e0ad5de2e3f5657c3d7d0940cdea22c Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 4 Sep 2012 03:26:54 +0530 Subject: [PATCH] debut_date DateInput --- itf/itfprofiles/forms.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/itf/itfprofiles/forms.py b/itf/itfprofiles/forms.py index 3e9cde6..de9ca3a 100644 --- a/itf/itfprofiles/forms.py +++ b/itf/itfprofiles/forms.py @@ -203,6 +203,9 @@ class ProductionForm(ItfForm): class Meta: model = Production exclude = ('added_by',) + widgets = { + 'debut_date': forms.DateInput + } #Registration forms / not connected to Itf Profiles