diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 8eef5f9e0..a5deaeb18 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -15,7 +15,7 @@
{% if v %}
-
+
{% if v.agendaposter %}
-
+
{% endif %}
diff --git a/files/templates/chat.html b/files/templates/chat.html
index 23f09e8ea..54ead641a 100644
--- a/files/templates/chat.html
+++ b/files/templates/chat.html
@@ -14,8 +14,8 @@
Chat
-
-
+
+
{% if v.css %}
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index e170f1c78..fb9a25545 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -7,8 +7,8 @@
{% if v %}
-
-
+
+
{% if v.agendaposter %}
-
-
+
+
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}
diff --git a/files/templates/log.html b/files/templates/log.html
index 1155e28b8..167099bdd 100644
--- a/files/templates/log.html
+++ b/files/templates/log.html
@@ -6,7 +6,7 @@
{% block content %}
{% if v %}
-
+
{% if v.agendaposter %}
-
+
{% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html
index 53cf98e1a..17fccf0a2 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -18,8 +18,8 @@
{% endblock %}
-
-
+
+
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index 2cd672bde..4d364a135 100644
--- a/files/templates/login_2fa.html
+++ b/files/templates/login_2fa.html
@@ -14,7 +14,7 @@
2-Step Login - {{SITE_NAME}}
-
+
diff --git a/files/templates/settings.html b/files/templates/settings.html
index 7c3d1972e..e1f257b70 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -34,7 +34,7 @@
-
+
{% if v.agendaposter %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index c4e02c46a..214dbecfb 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -31,7 +31,7 @@
{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 15187c44b..1b84114ff 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -32,7 +32,7 @@
{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}
-
+
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 5247f28f6..b1ecbc081 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -26,7 +26,7 @@
{% block stylesheets %}
{% if v %}
-
+
{% if v.agendaposter %}
-
-
+
+
{% endif %}
{% endblock %}