mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Prevent showing internal product name in question step
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
{% for form in forms %}
|
{% for form in forms %}
|
||||||
{% if form.pos.item != pos.item %}
|
{% if form.pos.item != pos.item %}
|
||||||
{# Add-Ons #}
|
{# Add-Ons #}
|
||||||
<legend>+ {{ form.pos.item }}</legend>
|
<legend>+ {{ form.pos.item.name }}{% if form.pos.variation %} – {{ form.pos.variation.value }}{% endif %}</legend>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% bootstrap_form form layout="checkout" %}
|
{% bootstrap_form form layout="checkout" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user