From 9dcd94f65c56985776a88bd60c41df06d09bb07f Mon Sep 17 00:00:00 2001 From: luelista Date: Wed, 12 Aug 2026 15:57:21 +0200 Subject: [PATCH] Update src/pretix/base/forms/questions.py Co-authored-by: Richard Schreiber --- src/pretix/base/forms/questions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/forms/questions.py b/src/pretix/base/forms/questions.py index f7e39b9325..bab14d053d 100644 --- a/src/pretix/base/forms/questions.py +++ b/src/pretix/base/forms/questions.py @@ -665,7 +665,7 @@ def get_fake_attendee_questions(settings): 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