From c008366fcbbeec298b300e4575267e5bf646b632 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 6 Feb 2024 04:24:08 +0200 Subject: [PATCH] show hole janny buttons in WPD --- files/templates/sidebar_WPD.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 56626671e..d642cc82a 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -53,6 +53,13 @@ Submit Marseys & Art | Info Megathreads + {% if v and v.mods_hole(hole.name) %} + /h/{{hole}} SETTINGS + /h/{{hole}} LOG + /h/{{hole}} FOLLOWERS + /h/{{hole}} BLOCKERS + {% endif %} + {% if hole and hole.sidebar_html %}
{{hole.sidebar_html|safe}}
{% endif %}