feat: Structure list a bit more
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user