mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Attendee ticket page: Allow to hide prices (#3104)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -195,6 +195,19 @@ DEFAULTS = {
|
||||
|
||||
)
|
||||
},
|
||||
'hide_prices_from_attendees': {
|
||||
'default': 'True',
|
||||
'type': bool,
|
||||
'form_class': forms.BooleanField,
|
||||
'serializer_class': serializers.BooleanField,
|
||||
'form_kwargs': dict(
|
||||
label=_("Hide prices on attendee ticket page"),
|
||||
help_text=_("If a person buys multiple tickets and you send emails to all of the attendees, with this "
|
||||
"option the ticket price will not be shown on the ticket page of the individual attendees. "
|
||||
"The ticket buyer will of course see the price."),
|
||||
|
||||
)
|
||||
},
|
||||
'system_question_order': {
|
||||
'default': {},
|
||||
'type': dict,
|
||||
|
||||
Reference in New Issue
Block a user