mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Update src/pretix/base/forms/questions.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
85eba9e543
commit
9dcd94f65c
@@ -665,7 +665,7 @@ def get_fake_attendee_questions(settings):
|
|||||||
|
|
||||||
class BaseQuestionsForm(forms.Form):
|
class BaseQuestionsForm(forms.Form):
|
||||||
"""
|
"""
|
||||||
This form class is responsible for asking order- and ticket-related questions.
|
This is the base form class responsible for asking order- or ticket-related questions.
|
||||||
"""
|
"""
|
||||||
address_validation = False
|
address_validation = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user