diff --git a/boards/static/js/thread.js b/boards/static/js/thread.js --- a/boards/static/js/thread.js +++ b/boards/static/js/thread.js @@ -50,3 +50,5 @@ function addQuickReply(postId) { $("html, body").animate({ scrollTop: $(textAreaId).offset().top }, "slow"); } + +$('form').toggle(); diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -47,7 +47,9 @@
-
{% trans "Reply to thread" %} #{{ opening_post.id }}
+
{% trans "Reply to thread" %} #{{ opening_post.id }}
{% csrf_token %}