diff --git a/files/assets/css/main.css b/files/assets/css/main.css
index 3e15b58ab..9c0d20bf5 100644
--- a/files/assets/css/main.css
+++ b/files/assets/css/main.css
@@ -5699,6 +5699,6 @@ blockquote p {
color: lightblue;
}
-p {
+p, .post-title {
text-transform: uppercase !important;
}
\ No newline at end of file
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 2ba51a37d..7f3535bf4 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -13,11 +13,11 @@
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index 839ffe9c0..4715df385 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -4,12 +4,12 @@
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/log.html b/files/templates/log.html
index 98af14465..3dca852e4 100644
--- a/files/templates/log.html
+++ b/files/templates/log.html
@@ -6,11 +6,11 @@
{% block content %}
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index 53e8cb182..a1b4dfb76 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 ed53c2ddf..8453c8668 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -31,7 +31,7 @@
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index 02e66f89c..836a5defa 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -36,10 +36,10 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index b174ae5ae..e52a3c3fb 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -28,7 +28,7 @@
{% 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 af59e4623..bb424ceca 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -29,7 +29,7 @@
{% 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 0f6237c19..f0ac63b25 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -23,11 +23,11 @@
{% block stylesheets %}
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}