From 8a846226514eac85004a5d96eaef53d11963ee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C5=BE=C3=ADlek?= Date: Fri, 15 May 2020 11:16:57 +0200 Subject: [PATCH] h4 closing tag --- yadc/templates/post/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadc/templates/post/post.html b/yadc/templates/post/post.html index bf1fc33..44267b5 100644 --- a/yadc/templates/post/post.html +++ b/yadc/templates/post/post.html @@ -100,7 +100,7 @@ {% else %} -

To comment, please log in.

+

To comment, please log in.

{% endif %} {% endblock %} \ No newline at end of file