forked from CGM_Public/pretix_original
Separate personalization from admission (#2990)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</summary>
|
||||
<div>
|
||||
<div class="panel-body questions-form">
|
||||
{% if event.settings.attendee_data_explanation_text and pos.item.admission %}
|
||||
{% if event.settings.attendee_data_explanation_text and pos.item.ask_attendee_data %}
|
||||
{{ event.settings.attendee_data_explanation_text|rich_text }}
|
||||
{% endif %}
|
||||
{% if pos.seat %}
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
{% endif %}
|
||||
{% if line.has_questions %}
|
||||
<dl class="dl-indented">
|
||||
{% if line.item.admission %}
|
||||
{% if line.item.ask_attendee_data %}
|
||||
{% if event.settings.attendee_names_asked %}
|
||||
<dt class="sr-only">
|
||||
{% trans "Attendee name" %}
|
||||
|
||||
Reference in New Issue
Block a user