aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-27 00:42:39 -0400
committerBobby <[email protected]>2023-05-27 00:42:39 -0400
commit9cbdfa382757c263974a4c3bc0238fed03f2cce0 (patch)
tree2e96c3f524cb74a9da402eccfe683d095ecde1b0
parent322e29ef0d2b73d7096b1f61cc3d9eca31681d3d (diff)
downloadthatcomputerscientist-9cbdfa382757c263974a4c3bc0238fed03f2cce0.tar.xz
thatcomputerscientist-9cbdfa382757c263974a4c3bc0238fed03f2cce0.zip
Added missing class to new comment section
-rw-r--r--templates/blog/post.html2
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 %}