Skip to content

Commit e8da0c8

Browse files
committed
feat: new sponsorship level
1 parent 8acd361 commit e8da0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • backend/src/ploneorg/src/ploneorg/vocabularies

backend/src/ploneorg/src/ploneorg/vocabularies/sponsors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
def types_vocabulary(context):
99
"""Vocabulary of sponsorship types."""
1010
terms = []
11-
for token in ["premium", "standard", "basic", "university"]:
11+
for token in ["platinum", "premium", "standard", "basic", "university"]:
1212
terms.append(SimpleTerm(token, token, token.title()))
1313
return SimpleVocabulary(terms)

0 commit comments

Comments
 (0)