From 8b2b5dec69a1d5d3c9e19c5eda48d1d6f706f9b4 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 2 Dec 2020 12:41:14 -0500 Subject: ready to get rid of photos model for media model --- app/posts/templates/posts/jrnl_detail.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/posts/templates') diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index 8a75f25..9480732 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -126,10 +126,6 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
{% if object.featured_image %} {% include "lib/img_archive.html" with image=object.featured_image nolightbox=True %} - {% elif object.image %} - {% include "lib/img_archive.html" with image=object.image nolightbox=True %} - {% else %} - {{ object.title }}{%endif%}

{% if object.title %}{{object.title|safe|smartypants|widont}}{% else %}{{object.common_name}}{%endif%}

-- cgit v1.2.3