From feb0c04a7f72d5e696fe824af7c1a339d80a99aa Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 24 Jan 2024 15:00:27 +0000 Subject: [PATCH] fireinfo/profile: fixed a bug where zone labels escaped container --- src/templates/fireinfo/profile.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/fireinfo/profile.html b/src/templates/fireinfo/profile.html index d77e044e..44fd9b8d 100644 --- a/src/templates/fireinfo/profile.html +++ b/src/templates/fireinfo/profile.html @@ -46,8 +46,7 @@
{{ _("Last update %s") % locale.format_date(profile.last_updated_at) }} -
- + {% for zone in profile.network %} {% if zone == "red" %} -- 2.47.3