summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/create_thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/create_thread.html')
-rw-r--r--apioforum/templates/create_thread.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/apioforum/templates/create_thread.html b/apioforum/templates/create_thread.html
index b8d204c..9de7312 100644
--- a/apioforum/templates/create_thread.html
+++ b/apioforum/templates/create_thread.html
@@ -7,8 +7,9 @@
<form action="{{url_for('forum.create_thread')}}", method="POST">
<label for="title">thread title</label>
<input name="title" id="title">
+ <br>
<label for="content">thread content</label>
- <textarea name="content" id="content"></textarea>
- <input type="submit" value="yes">
+ <textarea name="content" id="content" class="new-post-box" placeholder="thread content here"></textarea>
+ <input type="submit" value="create">
</form>
{% endblock %}