diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 558c7092c..103586226 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -10,16 +10,16 @@
{% block pagetitle %}{{'SITE_NAME' | app_config}}{% endblock %}
-
+
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index 043e75bd6..f6c163d8c 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -6,11 +6,11 @@
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/email/default.html b/files/templates/email/default.html
index 7b6b9bfbd..50146d87f 100644
--- a/files/templates/email/default.html
+++ b/files/templates/email/default.html
@@ -8,7 +8,7 @@
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html
index 335b57031..eb4f3278f 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -13,7 +13,7 @@
{% block title %}
Login - {{'SITE_NAME' | app_config}}
{% endblock %}
-
+
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index e1376a35a..6c9d7636a 100644
--- a/files/templates/login_2fa.html
+++ b/files/templates/login_2fa.html
@@ -12,7 +12,7 @@
2-Step Login - {{'SITE_NAME' | app_config}}
-
+
diff --git a/files/templates/settings.html b/files/templates/settings.html
index b6ef4f089..cf789085f 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -28,12 +28,12 @@
-
+
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index ad5ada3a9..81391bde6 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -33,15 +33,15 @@
{% block pagetitle %}{{'SITE_NAME' | app_config}}{% endblock %}
-
+
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index a4be0e61d..8e738e57b 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -27,10 +27,10 @@
{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %}
-
+
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 0fbab61c9..b995b7b89 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -28,10 +28,10 @@
{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}{{'SITE_NAME' | app_config}}{% endif %}
-
+
-
+
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 6dc591e35..001c0013b 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -19,18 +19,18 @@
Create a post - {{'SITE_NAME' | app_config}}
{% endblock %}
-
+
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}