mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix missing translation tag on order cancellation page
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div id="cancel-fee-refund"></div>
|
||||
</div>
|
||||
<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>
|
||||
{% else %}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user