From dfbc04c14569ca5045050a19109b5eee8cf9b6ff Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 28 Dec 2022 15:48:45 -0600 Subject: posts: removed dateline links from essay template --- app/posts/templates/posts/essay_detail.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/posts/templates') diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html index 961187d..9edcf45 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -19,10 +19,9 @@ {% if object.originally_published_by %}

Originally Published By: {{object.originally_published_by}}

{%endif%} {% if object.location %}
{% if object.location.country_name == "United States" %} - {{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}, U.S.{%else%} - {{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%} + {{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}{%else%} + {{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%} - – Map
{%endif%} @@ -113,7 +112,6 @@ {% endblock %} {% block js %} - {{ block.super }} {%endblock%} -- cgit v1.2.3-70-g09d2