From fcde17d0b3efa3a50d41e5e44953b5974bb6a303 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 24 Apr 2013 14:37:28 +0200 Subject: [PATCH] Add errors for undefined priority and milestone --- template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.html b/template.html index 1527114..65e970d 100644 --- a/template.html +++ b/template.html @@ -94,6 +94,7 @@ {{ bp.priorityindex }} {{ bp.priority }} +{% if bp.priority == 'Undefined' %}{% endif %} {{bp.pname}} @@ -101,6 +102,7 @@ {{bp.milestonedate}} {{bp.milestonename}} +{% if not bp.milestonename %} {% endif %} {{bp.name}}