From 2a2cc6b143c4878607b86aa5aca57b4eb60e64f4 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 28 Aug 2018 09:43:11 -0400 Subject: [PATCH] Put the `endif` in the right place. Not technically an IE bug, its just IE doesn't "correct" the mismatched tags as well as other browsers. --- templates/requests.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/requests.html b/templates/requests.html index a22a884b..85190baf 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -108,9 +108,8 @@ {{ r['order_id'] }} - {% if r['is_new'] %}New + {% if r['is_new'] %}New{% endif %} - {% endif %} {{ r['date'] }} {% if extended_view %} {{ r['full_name'] }}