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 %}