From 501e8f37c0e4aeb7b4a7f82f91151a9f4a8354fc Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 13 Nov 2020 13:09:23 -0500 Subject: fixed a bug in field not list template --- app/posts/templates/posts/fieldnote_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/fieldnote_list.html b/app/posts/templates/posts/fieldnote_list.html index 06d134e..14d61c0 100644 --- a/app/posts/templates/posts/fieldnote_list.html +++ b/app/posts/templates/posts/fieldnote_list.html @@ -30,7 +30,7 @@
  • {% if object.featured_image %}
    {{object.featured_image.alt}}
    {%endif%} - Field Note: {{object.pub_date|date:"F d, Y"}} + {{object.pub_date|date:"F d, Y"}}

    {{object.title|safe|smartypants|widont}}

    {% if object.subtitle %}

    {{object.subtitle|safe|smartypants|widont}}

    {%endif%} -- cgit v1.2.3-70-g09d2