aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros/threads.html
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/macros/threads.html
parenta7fcce4448798a4c35eb2ac73d3133e2b075fe42 (diff)
downloadcheatdb-86566bcd396a4405067d0ddf09f76cfb2e30715a.tar.xz
Improve markdown editor style, switch to EasyMDE, add to comment reply fields
Diffstat (limited to 'app/templates/macros/threads.html')
-rw-r--r--app/templates/macros/threads.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html
index 0f6df88..ff952f9 100644
--- a/app/templates/macros/threads.html
+++ b/app/templates/macros/threads.html
@@ -44,7 +44,7 @@
<form method="post" action="{{ url_for('thread_page', id=thread.id)}}" class="card-body">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
- <textarea class="form-control" required maxlength=500 name="comment" placeholder="Markdown supported"></textarea><br />
+ <textarea class="form-control markdown" required maxlength=500 name="comment"></textarea><br />
<input class="btn btn-primary" type="submit" value="Comment" />
</form>
</div>