diff --git a/files/templates/home.html b/files/templates/home.html
index ded9c6584..6e79f8f69 100644
--- a/files/templates/home.html
+++ b/files/templates/home.html
@@ -37,21 +37,17 @@
{% block navbar %}
-
-
- {% if request.path == '/' and v.paid_dues %}
- {% if ccmode=="true"%}
CC{% endif %}
- {% if ccmode=="false" %}
CC{% endif %}
-
+ {% if v and v.paid_dues %}
+ {% if ccmode=="true"%}
CC{% endif %}
+ {% if ccmode=="false" %}
CC{% endif %}
{% endif %}
- {% if request.path == '/' and v and v.admin_level > 1 and SITE_NAME == 'Drama' %}
- {% if subs=="true"%}
Subs{% endif %}
- {% if subs=="false" %}
Subs{% endif %}
-
+ {% if SITE_NAME == 'Drama' %}
+ {% if subs=="true"%}
Subs{% endif %}
+ {% if subs=="false" %}
Subs{% endif %}
{% endif %}
@@ -75,7 +71,6 @@
-