From 4e1b11685f01817df02a4e6c1ac6e5a9ec020401 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 11:57:10 +0100 Subject: [PATCH] fix detail page --- 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 1d43293..f1edf9b 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -19,7 +19,7 @@ Template{% endblock %} {% block content %}
{{ post.content | safe }}
- {% include post.template %} + {% if post.template} {% include post.template %} {% endif %} ← Back to Posts