You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/program/models.py
+27-6Lines changed: 27 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -544,6 +544,11 @@ class EventProposal(ExportModelOperationsMixin("event_proposal"), UserSubmittedM
544
544
help_text="Recordings are made available under the <b>CC BY-SA 4.0</b> license. Uncheck if you do not want the event recorded, or if you cannot accept the license.",
545
545
)
546
546
547
+
allow_video_streaming=models.BooleanField(
548
+
default=False,
549
+
help_text="Uncheck if you do not want the event live streamed.",
550
+
)
551
+
547
552
duration=models.IntegerField(
548
553
blank=True,
549
554
help_text="How much time (in minutes) should we set aside for this event?",
0 commit comments