forked from CGM_Public/pretix_original
Order change: Do not expose internal name
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<div class="panel panel-default items">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<strong>{{ position.item }}</strong>
|
||||
<strong>{{ position.item.name }}</strong>
|
||||
{% if position.variation %}
|
||||
– {{ position.variation }}
|
||||
– {{ position.variation.value }}
|
||||
{% endif %}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user