From a689dcfa1a7e3a73dbc6d68d0e624863c88868a5 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Fri, 19 Jun 2015 20:44:58 +0200 Subject: [PATCH] Fixing a little bug --- app/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home.html b/app/templates/home.html index d5826a8..5b87aa7 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -27,7 +27,7 @@ {%- endif %}
- {% if orders|count > 0 -%} + {% if recently_closed|count > 0 -%}

Recently closed orders:

{% for order in recently_closed %} {{ util.render_order(order) }}