aboutsummaryrefslogtreecommitdiff
path: root/app/templates/threads
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-23 17:02:02 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-23 17:02:02 +0000
commit86566bcd396a4405067d0ddf09f76cfb2e30715a (patch)
treeb675aaf1af70feb909f5f58edca1f367a00fff3e /app/templates/threads
parenta7fcce4448798a4c35eb2ac73d3133e2b075fe42 (diff)
downloadcheatdb-86566bcd396a4405067d0ddf09f76cfb2e30715a.tar.xz
Improve markdown editor style, switch to EasyMDE, add to comment reply fields
Diffstat (limited to 'app/templates/threads')
-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>