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