From b68f55a4f8ec2bf7f0ba7ac106c28c14d20670f9 Mon Sep 17 00:00:00 2001 From: luxagraf <sng@luxagraf.net> 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') 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}} </div><hr />{%endif%} {{object.body_html|safe|smartypants}} - {% if object.afterword_html %}<div class="post-afterward"> + {% if object.epilogue_html %}<div class="post-afterward"> <h4>Afterward</h4> - {{object.afterword_html|smartypants|safe}} + {{object.epilogue_html|smartypants|safe}} </div>{%endif%} </div> {%if wildlife or object.field_notes.all or object.books.all %}<div class="entry-footer">{%if wildlife %} -- cgit v1.2.3-70-g09d2