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 c6fb50f commit 0745dfeCopy full SHA for 0745dfe
backend/submissions/admin.py
@@ -66,6 +66,7 @@ class SubmissionResource(ModelResource):
66
elevator_pitch_it = Field()
67
abstract_en = Field()
68
abstract_it = Field()
69
+ duration = Field()
70
speaker_name = Field()
71
speaker_email = Field()
72
speaker_country = Field()
0 commit comments