X-Git-Url: https://git.0d.be/?p=django-panik-combo.git;a=blobdiff_plain;f=panikombo%2Fforms.py;h=01fb013a9b0520dbf1ace95c7f2998a5c5e303af;hp=eae28b4e75dea792a381d82fae5157717d58398b;hb=bf4d3f5d98068d78631ea471a51e1b90054c6e6b;hpb=0ed658dde868fd7ff6ec0b6584bf00881c818d95 diff --git a/panikombo/forms.py b/panikombo/forms.py index eae28b4..01fb013 100644 --- a/panikombo/forms.py +++ b/panikombo/forms.py @@ -51,7 +51,7 @@ class EpisodeCellForm(forms.ModelForm): class EpisodeAutoSelectionCellForm(forms.ModelForm): class Meta: model = EpisodeAutoSelectionCell - fields = ('title', 'tags', 'category') + fields = ('title', 'tags', 'category', 'period') widgets = {'tags': TagWidget()}