From fb2b20e74589dea923a2fce60893ba1888b25a00 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 16:27:00 +0000 Subject: [PATCH] fireinfo/profile: restyled the page --- src/templates/fireinfo/profile.html | 43 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/src/templates/fireinfo/profile.html b/src/templates/fireinfo/profile.html index e29d2c7f..c984294d 100644 --- a/src/templates/fireinfo/profile.html +++ b/src/templates/fireinfo/profile.html @@ -3,40 +3,37 @@ {% block title %}{{ _("Profile %s") % profile.public_id }}{% end block %} {% block content %} -
+
-
-
-

{{ _("Profile") }}

-
{{ profile.public_id }}
+
+
+

{{ _("Profile") }}

+
{{ profile.public_id }}
-
-
+
+
{% if profile.appliance_id %} -
-
-
-
- {{ _("This is a") }} -
{{ profile.appliance }}
-
- - -
+
+
+ {{ _("This is a") }} +
{{ profile.appliance }}
+
+ +
{% end %} +
+
+
-- 2.47.3