diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/essay_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} |