Skip to content

Commit

Permalink
Update community/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brylie Christopher Oxley <[email protected]>
  • Loading branch information
ErnstBas and brylie authored Jun 23, 2023
1 parent 7028cbf commit a1978d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CommunityPage(Page):
]


class OnlineWorship(Page, DrupalFields):
class OnlineWorship(DrupalFields, Page):
class OnlineWorshipDayChoices(models.TextChoices):
SUNDAY = "Sunday", "Sunday"
MONDAY = "Monday", "Monday"
Expand Down

0 comments on commit a1978d4

Please sign in to comment.