debut_date DateInput

This commit is contained in:
Sanj 2012-09-04 03:26:54 +05:30
parent 6091fe3fe4
commit f4c647837e

View File

@ -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