diff options
Diffstat (limited to 'pyblackbird_cc/resources/forms.py')
-rw-r--r-- | pyblackbird_cc/resources/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyblackbird_cc/resources/forms.py b/pyblackbird_cc/resources/forms.py index d0fb001..35c5034 100644 --- a/pyblackbird_cc/resources/forms.py +++ b/pyblackbird_cc/resources/forms.py @@ -67,6 +67,7 @@ class ResourceCreateForm(forms.Form): ) curriculum = forms.ChoiceField( choices=CURRICULUM_CHOICES, + required=False, ) main_resource_category = forms.ModelChoiceField( queryset=ResourceCategory.objects.all(), |