diff options
| author | Bobby <[email protected]> | 2023-05-27 00:42:39 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-27 00:42:39 -0400 |
| commit | 9cbdfa382757c263974a4c3bc0238fed03f2cce0 (patch) | |
| tree | 2e96c3f524cb74a9da402eccfe683d095ecde1b0 | |
| parent | 322e29ef0d2b73d7096b1f61cc3d9eca31681d3d (diff) | |
| download | thatcomputerscientist-9cbdfa382757c263974a4c3bc0238fed03f2cce0.tar.xz thatcomputerscientist-9cbdfa382757c263974a4c3bc0238fed03f2cce0.zip | |
Added missing class to new comment section
| -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 90b87f75..58a7a362 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -96,7 +96,7 @@ {% endif %} {% if user.is_authenticated %} -<div id="new-comment"> +<div id="new-comment" class="mtsbitem"> <h2>Leave a Comment</h2> <form action="{% url 'blog:comment' post.slug %}" method="POST"> {% csrf_token %} |
