Fix address validation for attendee data

This commit is contained in:
Raphael Michel
2023-05-25 13:34:55 +02:00
parent cf781fc79e
commit 84180f5af4
2 changed files with 8 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ class QuestionsForm(BaseQuestionsForm):
as well as additional questions defined by the organizer.
"""
required_css_class = 'required'
address_validation = True
def __init__(self, *args, **kwargs):
allow_save = kwargs.pop('allow_save', False)