From: Michael Tremer Date: Fri, 23 Feb 2024 18:32:42 +0000 (+0000) Subject: nopaste: Fix header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1d1a96bc66539d0974ed9625d48abe24d3fec6;p=ipfire.org.git nopaste: Fix header Signed-off-by: Michael Tremer --- 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 %}