From 1c1d1a96bc66539d0974ed9625d48abe24d3fec6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Feb 2024 18:32:42 +0000 Subject: [PATCH] nopaste: Fix header Signed-off-by: Michael Tremer --- src/templates/base.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index e205928c..07b9af83 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -31,7 +31,7 @@ {% elif hostname.startswith("fireinfo.") %} {% module IPFireLogo("Fireinfo") %} {% elif hostname.startswith("nopaste.") %} - {% module IPFireLogo("nopaste") %} + {% module IPFireLogo("NoPaste") %} {% else %} {% module IPFireLogo() %} {% end %} @@ -168,19 +168,6 @@ {{ _("Vendors") }} - {% elif hostname.startswith("nopaste.") %} - - - {% end %} {% end block %} -- 2.47.2