diff --git a/pinaxcon/proposals/models.py b/pinaxcon/proposals/models.py index 004360f03768dbe78f9dad1a3fd8e56cf6e153af..6229c73f37a98b59cac2b3db8e2dab4fea2f02e4 100644 --- a/pinaxcon/proposals/models.py +++ b/pinaxcon/proposals/models.py @@ -74,6 +74,15 @@ class ConferenceSpeaker(SpeakerBase): "these here. Your response is optional."), ) + reviewer = models.EmailField( + blank=True, + null=True, + verbose_name=_("E-mail of video reviewer"), + help_text=_("Include the e-mail address of someone who can watch a " + "video of your talk, shortly after the video is produced, " + "to ensure quality."), + ) + code_of_conduct = models.BooleanField( default=False, help_text=_("I have read and, in the event that my proposal is "