From: Michael Tremer Date: Wed, 14 Jan 2026 15:20:13 +0000 (+0000) Subject: dbl: Don't show the Buy button X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a131d5b8bf42cf02fa683f62721d4b5f13bde6;p=ipfire.org.git dbl: Don't show the Buy button Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index e30694e1..8ccc19c9 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -173,13 +173,17 @@ {{ _("Support") }} {% end %} - + {# Buy #} + {% if not request.path.startswith("/dbl") %} + + {% end %} + {# Donate #}