From: Michael Tremer Date: Wed, 31 Dec 2025 14:11:12 +0000 (+0000) Subject: base: Show a BETA tag for DNSBL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1339b18107647ee9d0d23cfb72eb87ed01b2bc7d;p=ipfire.org.git base: Show a BETA tag for DNSBL Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index 6f922b12..8bb2d1a8 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -29,6 +29,19 @@ {% module IPFireLogo("DNSBL") %} + + {# Beta #} + {% elif request.path.startswith("/location") %} {% module IPFireLogo("Location") %}