diff --git a/files/routes/posts.py b/files/routes/posts.py index fb008be237..09f8be979c 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -514,7 +514,6 @@ def edit_post(pid, v): is_pinned='AutoJanny', distinguish_level=6, body_html=body_jannied_html, - top_comment_id=c.top_comment_id ) g.db.add(c_jannied) @@ -547,7 +546,6 @@ def edit_post(pid, v): is_pinned='AutoJanny', distinguish_level=6, body_html=body_jannied_html, - top_comment_id=c.top_comment_id ) g.db.add(c_jannied) @@ -1077,7 +1075,6 @@ def submit_post(v): is_pinned='AutoJanny', distinguish_level=6, body_html=body_jannied_html, - top_comment_id=c.top_comment_id ) g.db.add(c_jannied) @@ -1110,7 +1107,6 @@ def submit_post(v): is_pinned='AutoJanny', distinguish_level=6, body_html=body_jannied_html, - top_comment_id=c.top_comment_id ) g.db.add(c_jannied) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index b4bf4bfc59..41472193ab 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -3278,6 +3278,10 @@ video { text-transform: uppercase !important; } +code { + text-transform: none !important; +} + .first\:pt-0:first-child { padding-top: 0px; } diff --git a/files/static/src/main.css b/files/static/src/main.css index 13682071ec..6f8799b9e8 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -485,4 +485,7 @@ .agendaposter { text-transform: uppercase !important; +} +code { + text-transform: none !important; } \ No newline at end of file diff --git a/files/templates/CHRISTMAS/default.html b/files/templates/CHRISTMAS/default.html index de30fbb042..096f9a5edc 100644 --- a/files/templates/CHRISTMAS/default.html +++ b/files/templates/CHRISTMAS/default.html @@ -194,7 +194,7 @@ - + {% if v %} diff --git a/files/templates/CHRISTMAS/login.html b/files/templates/CHRISTMAS/login.html index 0ecc952843..21b3ea7878 100644 --- a/files/templates/CHRISTMAS/login.html +++ b/files/templates/CHRISTMAS/login.html @@ -15,7 +15,7 @@ - + diff --git a/files/templates/CHRISTMAS/sign_up.html b/files/templates/CHRISTMAS/sign_up.html index 7fe31abdbb..3fee3df526 100644 --- a/files/templates/CHRISTMAS/sign_up.html +++ b/files/templates/CHRISTMAS/sign_up.html @@ -28,7 +28,7 @@ - + diff --git a/files/templates/CHRISTMAS/tailwind.html b/files/templates/CHRISTMAS/tailwind.html index 2652fc9457..ed7a1c390f 100644 --- a/files/templates/CHRISTMAS/tailwind.html +++ b/files/templates/CHRISTMAS/tailwind.html @@ -5,7 +5,7 @@ - + Flask + Tailwind CSS diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 5d4b6c47c9..20b0ef5b99 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/log.html b/files/templates/log.html index 42fe8bb1a5..8d31f033a1 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 dac7afa7ac..e5882db020 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,7 +18,7 @@ {% endblock %} - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 83f385a38b..991a658070 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{'SITE_NAME' | app_config}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index fed1c8424e..3fcacf3f78 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 7948c5ae63..9d7c32aecf 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' | 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 f2b9e9eb13..92b8548e38 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' | app_config}}{% else %}{{'SITE_NAME' | app_config}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 83b94a8e8e..d3a7584655 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}