Skip to content

Commit

Permalink
feat(sponsor): make sponsor en name as a required field
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Aug 8, 2023
1 parent acf07f8 commit cd93d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sponsors/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class SponsorTranslationOptions(TranslationOptions):
fields = ('name', 'intro', 'subtitle',)
required_languages = {'default': ('name',)}


class OpenRoleTranslationOptions(TranslationOptions):
Expand Down

0 comments on commit cd93d39

Please sign in to comment.