mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
This commit is contained in:
committed by
GitHub
parent
bb80ef067a
commit
8985dfc5eb
@@ -63,7 +63,7 @@
|
||||
{% for form in forms %}
|
||||
{% if form.pos.item != pos.item %}
|
||||
{# Add-Ons #}
|
||||
<legend>+ {{ form.pos.item }}</legend>
|
||||
<legend>+ {{ form.pos.item.name }}</legend>
|
||||
{% endif %}
|
||||
{% bootstrap_form form layout="checkout" %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user