diff options
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 74cf03abf307..bdc725c94fc5 100644 --- a/templates/post.html +++ b/templates/post.html @@ -79,7 +79,7 @@ <div class="input-group-prepend"> <span class="input-group-text" id="post-text">Post:</span> </div> - <textarea class="form-control" id="post" name="post" rows="15" aria-label="post content">{% if body %}{{ body }}{% endif %}</textarea> + <textarea class="form-control" id="post" name="post" rows="15" aria-label="post content">{% if post %}{{ post }}{% endif %}</textarea> </div> <div class="d-flex flex-column flex-wrap-reverse border rounded"> <p class="m-2 pb-2 border-bottom border-dark"> |