From dffdf85802bd5b1dfafbc0f3221d7df9ea68c8a9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Dec 2025 16:41:43 +0000 Subject: [PATCH] dnsbl: Add a small sub-navigation to list pages Signed-off-by: Michael Tremer --- src/templates/dnsbl/lists/show.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/templates/dnsbl/lists/show.html b/src/templates/dnsbl/lists/show.html index 31568491..5f1c2b2e 100644 --- a/src/templates/dnsbl/lists/show.html +++ b/src/templates/dnsbl/lists/show.html @@ -77,6 +77,25 @@ + + {# Navigation #} + -- 2.47.3