From b68f55a4f8ec2bf7f0ba7ac106c28c14d20670f9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 28 Mar 2023 16:01:37 -0500 Subject: jrnl: fixed naming bug in essay template --- app/posts/templates/posts/essay_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html index 455a024..2368e3c 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -31,9 +31,9 @@ {{object.prologue_html|smartypants|safe}}
{%endif%} {{object.body_html|safe|smartypants}} - {% if object.afterword_html %}
+ {% if object.epilogue_html %}

Afterward

- {{object.afterword_html|smartypants|safe}} + {{object.epilogue_html|smartypants|safe}}
{%endif%}
{%if wildlife or object.field_notes.all or object.books.all %}
{%if wildlife %} -- cgit v1.2.3