mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Display all the question answers
This commit is contained in:
@@ -147,7 +147,7 @@ class CheckoutStart(EventViewMixin, CartDisplayMixin, EventLoginRequiredMixin, C
|
||||
form.cartpos = form.cartpos.clone()
|
||||
form.cartpos.attendee_name = v
|
||||
form.cartpos.save()
|
||||
elif k.startswith('question_'):
|
||||
elif k.startswith('question_') and v is not None:
|
||||
field = form.fields[k]
|
||||
if hasattr(field, 'answer'):
|
||||
# We already have a cached answer object, so we don't
|
||||
|
||||
Reference in New Issue
Block a user