diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html
index 37669cf6a..4090395ba 100644
--- a/files/templates/admin/admin_home.html
+++ b/files/templates/admin/admin_home.html
@@ -61,12 +61,16 @@
Daily Stat Chart
-{% if SITE_NAME == 'PCM' %}
+{% if SITE_NAME in ['PCM', 'WPD'] -%}
Configuration
-{% endif %}
+{%- endif %}
{% if v.admin_level > 2 %}
diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html
index 9a9fb4f11..52f2448dc 100644
--- a/files/templates/sidebar_WPD.html
+++ b/files/templates/sidebar_WPD.html
@@ -9,6 +9,8 @@
+
+
@@ -18,35 +20,45 @@
{% if sub.sidebar_html %}
{{sub.sidebar_html|safe}}
{% endif %}
- {% if v %}
- {% if v.can_create_hole -%}
- CREATE HOLE
- {%- endif %}
- {% if v.mods(sub.name) %}
- HOLE SETTINGS
- {% endif %}
+ {% if v and v.mods(sub.name) %}
+ HOLE SETTINGS
{% endif %}
HOLE MODS
HOLE EXILEES
HOLE FOLLOWERS
HOLE BLOCKERS
- {% else %}
-
-
Rules:
-
- - Don't post anything illegal.
-
- - No sexualizing minors even as a “joke”.
-
- - No doxing.
-
- - Don't be too edgy.
-
- - No agendaposting.
-
- - Post videos of humans dying only.
-
{% endif %}
+
+
@@ -58,7 +70,7 @@
-
+
diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html
index c6296536f..cf70e0949 100644
--- a/files/templates/util/assetcache.html
+++ b/files/templates/util/assetcache.html
@@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
- 'css/main.css': 342,
+ 'css/main.css': 343,
'css/4chan.css': 61,
'css/classic.css': 61,