mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix item’s panel-title in checkout questions: move variation to name (#2172)
This commit is contained in:
committed by
GitHub
parent
4c3192f116
commit
9295abb80e
@@ -56,10 +56,10 @@
|
||||
<details class="panel panel-default" open>
|
||||
<summary class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<strong>{{ pos.item.name }}</strong>
|
||||
<strong>{{ pos.item.name }}
|
||||
{% if pos.variation %}
|
||||
– {{ pos.variation }}
|
||||
{% endif %}
|
||||
{% endif %}</strong>
|
||||
{% if forloop.counter > 1 %}
|
||||
<span class="text-right flip">
|
||||
{% if event.settings.checkout_show_copy_answers_button %}
|
||||
|
||||
Reference in New Issue
Block a user