From f723aaa40be4d5940b65c8a2b7b254e83fe9b555 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 3 Oct 2019 10:51:04 -0500 Subject: [PATCH] Fixed dynmap iframe and the info block on location pages --- GeoffreyApp/templates/GeoffreyApp/location.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GeoffreyApp/templates/GeoffreyApp/location.html b/GeoffreyApp/templates/GeoffreyApp/location.html index 20c4b90..2bdb29b 100644 --- a/GeoffreyApp/templates/GeoffreyApp/location.html +++ b/GeoffreyApp/templates/GeoffreyApp/location.html @@ -23,9 +23,12 @@ {% if loc.tunnel %}

Tunnel: {{ loc.tunnel.tunnel_str }}

{% endif %} +
- {% if loc.dynmap %} - {% block info %}{% endblock %} {% endif %}