forked from CGM_Public/pretix_original
This commit is contained in:
committed by
GitHub
parent
bb80ef067a
commit
8985dfc5eb
@@ -63,7 +63,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 }}</legend>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% bootstrap_form form layout="checkout" %}
|
{% bootstrap_form form layout="checkout" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user