From 5ca4155de5c1666027d22019be70df7982d954a3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 24 Oct 2023 09:09:06 +0000 Subject: [PATCH] base: Make fireinfo/nopaste navigations work in dev environment Signed-off-by: Michael Tremer --- src/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index fd6494d5..f5af1fad 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -130,7 +130,7 @@ - {% elif hostname == "fireinfo.ipfire.org" %} + {% elif hostname.startswith("fireinfo.") %}