forked from CGM_Public/pretix_original
Order list: Prevent type error on empty result set
This commit is contained in:
@@ -160,7 +160,9 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</th>
|
</th>
|
||||||
<th class="text-right">
|
<th class="text-right">
|
||||||
{{ sums.s|money:request.event.currency }}
|
{% if sums.s|default_if_none:"none" != "none" %}
|
||||||
|
{{ sums.s|money:request.event.currency }}
|
||||||
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
<th class="text-right">
|
<th class="text-right">
|
||||||
{% if sums.pc %}
|
{% if sums.pc %}
|
||||||
|
|||||||
Reference in New Issue
Block a user