From 13c5c5cf692f94e8f0a76ccac5717e77c50e6694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 10 Jun 2026 22:32:12 +0300 Subject: [PATCH] move empty topic plank below motd --- app/templates/topics/topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/topics/topic.html b/app/templates/topics/topic.html index 43585bb..1901455 100644 --- a/app/templates/topics/topic.html +++ b/app/templates/topics/topic.html @@ -43,10 +43,10 @@ {%- endif -%} {%- endcall -%} +{{ motd(get_motds()) }} {%- if threads | length == 0 -%}

There are no threads in this topic yet.{%- if is_logged_in() and get_active_user().can_post_to_thread_or_topic(topic) %} Be the first to start a discussion!{%- endif -%}

{%- endif -%} -{{ motd(get_motds()) }} {%- for thread in threads -%}