We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a883d67 commit 9e8ba58Copy full SHA for 9e8ba58
backend/badges/roles.py
@@ -142,7 +142,7 @@ def _calculate_roles(
142
if "sponsor" in tags:
143
roles.append(Role.SPONSOR)
144
145
- if "speakers" in tags:
+ if "speakers" in tags or "speaker" in tags:
146
roles.append(Role.SPEAKER)
147
148
# We do not know if they are a speaker via voucher code
badge-service/main.js
@@ -10,7 +10,7 @@ const EMPTY_BADGES_COUNT = {
10
SPEAKER: 25,
11
STAFF: 20,
12
SPONSOR: 30,
13
- KEYNOTER: 5,
+ KEYNOTER: 6,
14
DJANGO_GIRLS: 25,
15
};
16
0 commit comments