From 72f0ad55b81f60725f4c7091545f1f92e7c6d652 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 6 Mar 2019 11:43:50 -0600 Subject: cleaned up template headers, added essay preamble to admin --- design/templates/jrnl/entry_detail.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'design/templates/jrnl') diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html index f2f2fdc..b517e91 100644 --- a/design/templates/jrnl/entry_detail.html +++ b/design/templates/jrnl/entry_detail.html @@ -67,12 +67,14 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

{% if object.subtitle %}

{{object.subtitle|smartypants|safe}}

{%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%}

+ – Map +
{%endif%} +
{{object.body_html|safe|smartypants}} -- cgit v1.2.3-70-g09d2