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