From 92e72b330bd77270c956e8a49be29845f87940c1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Jun 2022 03:40:59 +0200 Subject: [PATCH] switch "browse holes" and "create hole" --- files/templates/sidebar_Cringetopia.html | 4 ++-- files/templates/sidebar_rDrama.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/sidebar_Cringetopia.html b/files/templates/sidebar_Cringetopia.html index 238c0c15ef..9041864382 100644 --- a/files/templates/sidebar_Cringetopia.html +++ b/files/templates/sidebar_Cringetopia.html @@ -19,10 +19,10 @@
{{sub.sidebar_html|safe}}
{% endif %} {% if v %} + BROWSE HOLES {% if v.can_create_hole -%} CREATE HOLE {%- endif %} - BROWSE HOLES {% if v.mods(sub.name) %} HOLE SETTINGS {% endif %} @@ -32,10 +32,10 @@ HOLE FOLLOWERS HOLE BLOCKERS {% else %} + BROWSE HOLES {% if v and v.can_create_hole -%} CREATE HOLE {%- endif %} - BROWSE HOLES

Rules:


diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 0b471f2fdb..b59a7432d2 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -63,10 +63,10 @@ set VISITORS_HERE_FLAVOR = [
{{sub.sidebar_html|safe}}
{% endif %} {% if v %} + BROWSE HOLES {% if v.can_create_hole -%} CREATE HOLE {%- endif %} - BROWSE HOLES {% if v.mods(sub.name) %} HOLE SETTINGS {% endif %}