forked from CGM_Public/pretix_original
Fix: improve order-change headline on customer’s order page (Z#23148804) (#4012)
This commit is contained in:
committed by
GitHub
parent
d67f5c650c
commit
97eaeac4f2
@@ -345,7 +345,13 @@
|
|||||||
<div class="panel panel-default panel-cancellation">
|
<div class="panel panel-default panel-cancellation">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
|
{% if user_change_allowed and user_cancel_allowed %}
|
||||||
{% trans "Change or cancel your order" context "action" %}
|
{% trans "Change or cancel your order" context "action" %}
|
||||||
|
{% elif user_change_allowed %}
|
||||||
|
{% trans "Change your order" context "action" %}
|
||||||
|
{% else %}
|
||||||
|
{% trans "Cancel your order" context "action" %}
|
||||||
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user