From f547a33e18f3c3b6de199d72e2c6fcfbb94de11b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 5 Sep 2022 10:44:43 -0500 Subject: essays: cleaned up templates, fixed some stray bugs --- templates/comments/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/comments') diff --git a/templates/comments/form.html b/templates/comments/form.html index 129de90..fba222b 100644 --- a/templates/comments/form.html +++ b/templates/comments/form.html @@ -10,7 +10,7 @@ {% if field.is_hidden %} {{ field }} {% else %} -
+
{{ field.label_tag }} {%if field.name == "comment"%}
{{ field }}
{%else%}{{field}}{%endif%}
-- cgit v1.2.3