From 588e2a77eb4654ece821be348026d8541df97afc Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 20:05:35 +0100 Subject: [PATCH] quoto --- 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 9e70056..10425e7 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -17,7 +17,7 @@ Template{% endblock %} {% block content %} {% from >
- {% include leave_comment.html %} + {% include 'leave_comment.html' %}
{{comment_renderer(comments)}}