From 9cbdfa382757c263974a4c3bc0238fed03f2cce0 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 27 May 2023 00:42:39 -0400 Subject: Added missing class to new comment section --- templates/blog/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -
+

Leave a Comment

{% csrf_token %} -- cgit v1.2.3