From da798c795aa38da31b6332dda6d6251f44105d78 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 16 Apr 2014 22:05:05 +0200 Subject: [PATCH] fireinfo: Fix red label. --- templates/fireinfo/profile-detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fireinfo/profile-detail.html b/templates/fireinfo/profile-detail.html index 4b87665..0108987 100644 --- a/templates/fireinfo/profile-detail.html +++ b/templates/fireinfo/profile-detail.html @@ -101,7 +101,7 @@ {% if zone == "GREEN" %} {{ _(zone) }} {% elif zone == "RED" %} - {{ _(zone) }} + {{ _(zone) }} {% elif zone == "ORANGE" %} {{ _(zone) }} {% elif zone == "BLUE" %} -- 2.39.2