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 %}