Fixing a little bug
This commit is contained in:
parent
f0a0d4f001
commit
a689dcfa1a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-5 col-sm-push-2">
|
<div class="col-sm-5 col-sm-push-2">
|
||||||
{% if orders|count > 0 -%}
|
{% if recently_closed|count > 0 -%}
|
||||||
<h3>Recently closed orders:</h3>
|
<h3>Recently closed orders:</h3>
|
||||||
{% for order in recently_closed %}
|
{% for order in recently_closed %}
|
||||||
{{ util.render_order(order) }}
|
{{ util.render_order(order) }}
|
||||||
|
|
Loading…
Reference in a new issue