time zone magic around virtualevent
This commit is contained in:
@@ -1074,7 +1074,7 @@ class VirtualRace(PlannedSession):
|
||||
contact_phone = models.CharField(validators=[phone_regex], max_length=17, blank=True)
|
||||
|
||||
contact_email = models.EmailField(max_length=254,
|
||||
validators=[validate_email])
|
||||
validators=[validate_email],blank=True)
|
||||
|
||||
# Date input utility
|
||||
class DateInput(forms.DateInput):
|
||||
|
||||
Reference in New Issue
Block a user