]> git.0d.be Git - django-panik-combo.git/blobdiff - panikombo/forms.py
add possibility to filter episodes by time
[django-panik-combo.git] / panikombo / forms.py
index eae28b4e75dea792a381d82fae5157717d58398b..01fb013a9b0520dbf1ace95c7f2998a5c5e303af 100644 (file)
@@ -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()}