From d8139fbfd3e64adad572fc4179dc530240d1e134 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 7 Dec 2022 18:26:34 -0600 Subject: [PATCH] more template updates --- templates/park_detail.html | 3 +++ templates/parks.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/park_detail.html b/templates/park_detail.html index 5b1f92e..bea0fc8 100644 --- a/templates/park_detail.html +++ b/templates/park_detail.html @@ -60,6 +60,8 @@ {% endif %} + {# optional #} + {% if park.history %}

History

@@ -69,6 +71,7 @@ {% endautoescape %}
+ {% endif %} {# sometimes add another block in, we'll use the id to decide #} {% if park.id % 11 == 0 %} diff --git a/templates/parks.html b/templates/parks.html index 1f64c8b..f6c1f54 100644 --- a/templates/parks.html +++ b/templates/parks.html @@ -24,13 +24,13 @@
{% if prev_page %} - « Previous + « Previous {% else %}   {% endif %} {% if next_page %} - Next » + Next » {% endif %}