There was an error while loading. Please reload this page.
1 parent 8acd361 commit e8da0c8Copy full SHA for e8da0c8
1 file changed
backend/src/ploneorg/src/ploneorg/vocabularies/sponsors.py
@@ -8,6 +8,6 @@
8
def types_vocabulary(context):
9
"""Vocabulary of sponsorship types."""
10
terms = []
11
- for token in ["premium", "standard", "basic", "university"]:
+ for token in ["platinum", "premium", "standard", "basic", "university"]:
12
terms.append(SimpleTerm(token, token, token.title()))
13
return SimpleVocabulary(terms)
0 commit comments