feat: Structure list a bit more
This commit is contained in:
parent
7a84b470f9
commit
2dcb5fbf88
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% for announcement in announcements %}
|
{% for announcement in announcements %}
|
||||||
{% include "fellchensammlung/partials/partial-announcement.html" %}
|
{% include "fellchensammlung/partials/bulma-partial-announcement.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if introduction %}
|
{% if introduction %}
|
||||||
<h1>{{ introduction.title }}</h1>
|
<h1>{{ introduction.title }}</h1>
|
||||||
@ -15,16 +15,13 @@
|
|||||||
|
|
||||||
<h2>{% translate "Aktuelle Vermittlungen" %}</h2>
|
<h2>{% translate "Aktuelle Vermittlungen" %}</h2>
|
||||||
|
|
||||||
<div class="container-cards">
|
<div class="block">
|
||||||
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
{% include "fellchensammlung/lists/bulma-list-adoption-notices.html" %}
|
||||||
<a class="btn2" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
|
<a class="button is-primary" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="map-in-content">
|
<div class="block" style="height: 50vh">
|
||||||
<div class="card">
|
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
|
||||||
<h1>{% translate 'Karte' %}</h1>
|
|
||||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if how_to %}
|
{% if how_to %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user