From 9d72bfd769b477a2cddc1f430ffded60d7c906cc Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 30 Jan 2021 17:42:52 -0500 Subject: posts: cleaned up model code and fixed template bug --- app/posts/templates/posts/fieldnote_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/posts/templates') diff --git a/app/posts/templates/posts/fieldnote_detail.html b/app/posts/templates/posts/fieldnote_detail.html index 3ebb7f8..a645e86 100644 --- a/app/posts/templates/posts/fieldnote_detail.html +++ b/app/posts/templates/posts/fieldnote_detail.html @@ -20,9 +20,9 @@

{{object.title|smartypants|safe}}

{% if object.subtitle %}

{{object.subtitle|smartypants|safe}}

{%endif%} -
+