diff --git a/.replit b/.replit index 31acaadd..3520ba63 100644 --- a/.replit +++ b/.replit @@ -54,10 +54,6 @@ outputType = "webview" localPort = 5000 externalPort = 80 -[[ports]] -localPort = 35687 -externalPort = 3002 - [[ports]] localPort = 41923 externalPort = 3000 diff --git a/templates/parks/park_detail.html b/templates/parks/park_detail.html index 1883cc64..dbc554aa 100644 --- a/templates/parks/park_detail.html +++ b/templates/parks/park_detail.html @@ -261,12 +261,31 @@ {% if park.location.exists %} + + +{% with location=park.location.first %} +{% if location.latitude and location.longitude %} +
+ {% endif %} +{% endwith %} +{% endif %} {% endblock %}