aboutsummaryrefslogtreecommitdiff
path: root/app/templates/threads/new.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/threads/new.html')
-rw-r--r--app/templates/threads/new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html
index 10fa7c8..e460618 100644
--- a/app/templates/threads/new.html
+++ b/app/templates/threads/new.html
@@ -22,7 +22,7 @@
<a name="reply"></a>
</div>
<div class="card-body">
- {{ render_field(form.comment, label="", class_="m-0") }}
+ {{ render_field(form.comment, label="", class_="m-0", fieldclass="form-control markdown") }}
</div>
</div>
</div>