mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Customer account: Actually show value of gift card
This commit is contained in:
@@ -63,10 +63,10 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-xs-6 text-right">
|
||||
{% blocktrans trimmed with value=gc.value|money:gc.currency %}
|
||||
{% blocktrans trimmed %}
|
||||
Remaining value:
|
||||
{% endblocktrans %}
|
||||
<p class="text-right">{{ value }}</p>
|
||||
<p class="text-right">{{ gc.value|money:gc.currency }}</p>
|
||||
</div>
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user