diff --git a/files/templates/home.html b/files/templates/home.html index 48aa19761..52ad4e9d8 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -173,7 +173,7 @@ {% endif %} -{% if PUSHER_ID != 'blahblahblah' and v %} +{% if request.path == '/' and PUSHER_ID != 'blahblahblah' and v %}
{{SITE}}{{v.id}}
{{PUSHER_ID}}
@@ -225,7 +225,7 @@ {% endif %} -{% if v and FP %} +{% if request.path == '/' and v and FP %} {% if not v.fp %}