diff options
| author | Bobby <[email protected]> | 2022-12-29 05:08:49 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-29 05:08:49 -0500 |
| commit | dc0fa06878c07403378fe9ab1e582198f869c4e5 (patch) | |
| tree | b098936441b8735d4d4544ae31ca609225666050 | |
| parent | c49bf39bc2bc13c4d7d20a8e5b27314dcc7b6e0c (diff) | |
| download | thatcomputerscientist-dc0fa06878c07403378fe9ab1e582198f869c4e5.tar.xz thatcomputerscientist-dc0fa06878c07403378fe9ab1e582198f869c4e5.zip | |
Fix commenting
| -rw-r--r-- | templates/blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index 5647068a..9a20f506 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -59,7 +59,7 @@ <h2>Leave a Comment</h2> <form action="{% url 'blog:comment' post.slug %}" method="POST"> {% csrf_token %} - <textarea name="body" id="body" cols="88" rows="10" style="width: 710px; display: block; margin-bottom: 15px;" placeholder="Your comment here..."></textarea> + <textarea name="comment" id="comment" cols="88" rows="10" style="width: 710px; display: block; margin-bottom: 15px;" placeholder="Your comment here..."></textarea> <input type="submit" value="Submit" class="button button-special"> </form> </div> |
