forked from CGM_Public/pretix_original
Fix missing translation tag on order cancellation page
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<div id="cancel-fee-refund"></div>
|
<div id="cancel-fee-refund"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center" id="cancel-fee-custom-link">
|
<div class="text-center" id="cancel-fee-custom-link">
|
||||||
<a id="cancel-fee-custom"><small>Enter custom amount</small></a>
|
<a id="cancel-fee-custom"><small>{% trans "Enter custom amount" %}</small></a>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user