Partial takes parameter to change size of map

This commit is contained in:
2020-12-25 13:29:18 +01:00
parent f73fa616d0
commit e242dc4add
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<section class="LP-Section">
<h1 class="LP-Headline">{% trans 'Map links' %}</h1>
{% include 'partials/osm_map.html' with config=mapping_config%}
{% include 'partials/osm_map.html' with config=mapping_config modifier='wide' %}
<div class="LP-LinkList">
<ul class="LP-LinkList__Container">
<li class="LP-LinkList__Item"><a target="_blank" href="https://www.google.com/maps?q={{place.latitude|safe}},{{place.longitude|safe}}" class="LP-Link"><span class="LP-Text">Google Maps</span></a></li>