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 643a71c commit c6fb50fCopy full SHA for c6fb50f
backend/submissions/admin.py
@@ -70,6 +70,7 @@ class SubmissionResource(ModelResource):
70
speaker_email = Field()
71
speaker_country = Field()
72
speaker_gender = Field()
73
+ speaker_availabilities = Field()
74
75
def dehydrate_title_en(self, obj: Submission):
76
en = obj.title.data.get("en")
0 commit comments