debut_date DateInput
This commit is contained in:
parent
6091fe3fe4
commit
f4c647837e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user