From cbc2a07818252ef948e4252c7e8e3445d71fcf7c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 22 Jun 2022 22:52:19 +0200 Subject: [PATCH] make "browse holes" button visible inside holes --- files/templates/sidebar_Cringetopia.html | 1 + files/templates/sidebar_PCM.html | 2 +- files/templates/sidebar_rDrama.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/sidebar_Cringetopia.html b/files/templates/sidebar_Cringetopia.html index a8b50c3a8..238c0c15e 100644 --- a/files/templates/sidebar_Cringetopia.html +++ b/files/templates/sidebar_Cringetopia.html @@ -22,6 +22,7 @@ {% if v.can_create_hole -%} CREATE HOLE {%- endif %} + BROWSE HOLES {% if v.mods(sub.name) %} HOLE SETTINGS {% endif %} diff --git a/files/templates/sidebar_PCM.html b/files/templates/sidebar_PCM.html index 3273e1749..e872d9466 100644 --- a/files/templates/sidebar_PCM.html +++ b/files/templates/sidebar_PCM.html @@ -11,7 +11,7 @@
{{sub.sidebar_html|safe}}
{% endif %} {% if v and v.mods(sub.name) %} - SUB SETTINGS + HOLE SETTINGS {% endif %} HOLE MODS HOLE EXILEES diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 0532d68d7..0b471f2fd 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -66,6 +66,7 @@ set VISITORS_HERE_FLAVOR = [ {% if v.can_create_hole -%} CREATE HOLE {%- endif %} + BROWSE HOLES {% if v.mods(sub.name) %} HOLE SETTINGS {% endif %}