mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44: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>
|
<details class="panel panel-default" open>
|
||||||
<summary class="panel-heading">
|
<summary class="panel-heading">
|
||||||
<h4 class="panel-title">
|
<h4 class="panel-title">
|
||||||
<strong>{{ pos.item.name }}</strong>
|
<strong>{{ pos.item.name }}
|
||||||
{% if pos.variation %}
|
{% if pos.variation %}
|
||||||
– {{ pos.variation }}
|
– {{ pos.variation }}
|
||||||
{% endif %}
|
{% endif %}</strong>
|
||||||
{% if forloop.counter > 1 %}
|
{% if forloop.counter > 1 %}
|
||||||
<span class="text-right flip">
|
<span class="text-right flip">
|
||||||
{% if event.settings.checkout_show_copy_answers_button %}
|
{% if event.settings.checkout_show_copy_answers_button %}
|
||||||
|
|||||||
Reference in New Issue
Block a user