From 82e00db890cfae8e6180d4d9a6fa04fc89c3e5a6 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:16:48 +1300 Subject: [PATCH] accessibility --- app/templates/post/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/post.html b/app/templates/post/post.html index 561ea229..92573545 100644 --- a/app/templates/post/post.html +++ b/app/templates/post/post.html @@ -149,7 +149,7 @@ {% endif %} {% endmacro %} -
+
{% for reply in replies %} {{ render_comment(reply) | safe }} {% endfor %}