From 79e9dee348066169eaf4ef163ea3f5235a3f1dd1 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 20:07:17 +0100 Subject: [PATCH] typo fix --- templates/post_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_detail.html b/templates/post_detail.html index 10425e7..8635471 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -20,7 +20,7 @@ Template{% endblock %} {% block content %} {% from {% include 'leave_comment.html' %}
- {{comment_renderer(comments)}} + {{render_comment(comments)}} {% endblock %}