feat: Include map on main page
This commit is contained in:
parent
7d1a07227d
commit
e0763da4e0
@ -585,4 +585,9 @@ textarea {
|
||||
.maplibregl-popup-content {
|
||||
background-color: var(--background-three) !important;
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
|
||||
.map-in-content #map {
|
||||
height: 500px;
|
||||
width: 90%;
|
||||
}
|
@ -17,6 +17,14 @@
|
||||
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
||||
<a class="btn2" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
|
||||
</div>
|
||||
|
||||
<div class="map-in-content">
|
||||
<div class="card">
|
||||
<h1>{% translate 'Karte' %}</h1>
|
||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if how_to %}
|
||||
<div class="card">
|
||||
<h1>{{ how_to.title }}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user