From 3a940e87897d43341966858e4bbcacb1cd67dd5d Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Wed, 27 Jul 2022 08:25:08 -0600 Subject: [PATCH] Fix font sizing for comments form textarea --- src/core/templates/core/comment_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/templates/core/comment_form.html b/src/core/templates/core/comment_form.html index 112c075..13c29d6 100644 --- a/src/core/templates/core/comment_form.html +++ b/src/core/templates/core/comment_form.html @@ -3,7 +3,7 @@ {% block content %}

Update comment

-
+ {% csrf_token %} {{ form.as_p }}