debut_date DateInput
This commit is contained in:
parent
6091fe3fe4
commit
f4c647837e
|
@ -203,6 +203,9 @@ class ProductionForm(ItfForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Production
|
model = Production
|
||||||
exclude = ('added_by',)
|
exclude = ('added_by',)
|
||||||
|
widgets = {
|
||||||
|
'debut_date': forms.DateInput
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#Registration forms / not connected to Itf Profiles
|
#Registration forms / not connected to Itf Profiles
|
||||||
|
|
Loading…
Reference in New Issue
Block a user