diff options
Diffstat (limited to 'templates/thread.html')
-rw-r--r-- | templates/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread.html b/templates/thread.html index f11b96b4d7af..6a89135cd223 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -55,7 +55,7 @@ <input type="hidden" id="thread_id" name="thread_id" value="{{ id }}"> <label for="body">You can use <strong>Markdown</strong>!</label> <div class="input-group"> - <textarea class="form-control" id="body" name="body" aria-label="thread response" rows="10"></textarea> + <textarea class="form-control" id="post" name="post" aria-label="thread response" rows="10"></textarea> <div class="input-group-append"> <button class="btn btn-primary" type="submit">Post!</button> </div> |