Attendee ticket page: Allow to hide prices (#3104)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2023-02-09 14:37:10 +01:00
committed by GitHub
parent fba55f0292
commit 18986caa49
7 changed files with 165 additions and 123 deletions

View File

@@ -486,6 +486,7 @@ class EventSettingsForm(SettingsForm):
'show_times',
'show_items_outside_presale_period',
'display_net_prices',
'hide_prices_from_attendees',
'presale_start_show_date',
'locales',
'locale',

View File

@@ -235,6 +235,7 @@
{% bootstrap_field sform.show_times layout="control" %}
{% bootstrap_field sform.show_quota_left layout="control" %}
{% bootstrap_field sform.display_net_prices layout="control" %}
{% bootstrap_field sform.hide_prices_from_attendees layout="control" %}
{% bootstrap_field sform.show_variations_expanded layout="control" %}
{% bootstrap_field sform.hide_sold_out layout="control" %}