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)}}