Skip to content

Commit 63ae11b

Browse files
committed
Oops, zero secondary feasts
Fixes #42
1 parent 180257b commit 63ae11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def from_form(cls, form: 'PewSheetForm') -> 'Service':
436436
for slug in form.secondary_feasts.data
437437
if slug]
438438
else:
439-
secondary_feasts = None
439+
secondary_feasts = []
440440

441441
if form.anthem_title.data or form.anthem_composer.data or form.anthem_lyrics.data:
442442
anthem = Music(

0 commit comments

Comments
 (0)