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

@@ -1,5 +1,5 @@
{% load static %}
<div tabindex="1" id="map" class="LP-Map map" style="height: 300px"></div>
<div tabindex="1" id="map" class="LP-Map {% if modifier %}LP-Map--{{modifier}}{% endif %} map"></div>
<div id="info" class="map-popup LP-Map__Popup"></div>
<script type="text/javascript">