From c4ee9d883ed8c005ff42fcdfaad6a7607616e193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 1 Jul 2025 18:35:16 +0300 Subject: [PATCH] move delete dialog and thread script into the content block in thread view --- app/templates/threads/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/threads/thread.html b/app/templates/threads/thread.html index 87f8e76..0ba24d8 100644 --- a/app/templates/threads/thread.html +++ b/app/templates/threads/thread.html @@ -57,7 +57,6 @@

Respond to "{{ thread.title }}"

{{ babycode_editor_form(ta_name = "post_content")}} {% endif %} -{% endblock %}
Are you sure you want to delete the highlighted post? @@ -69,3 +68,4 @@
+{% endblock %}