feat: Put map in card

This commit is contained in:
moanos [he/him] 2024-09-27 15:56:30 +02:00
parent e0763da4e0
commit e6056957e1

View File

@ -2,6 +2,8 @@
{% load i18n %}
{% block content %}
<h1>{% translate 'Karte' %}</h1>
{% include "fellchensammlung/partials/partial-map.html" %}
<div class="card">
<h1>{% translate 'Karte' %}</h1>
{% include "fellchensammlung/partials/partial-map.html" %}
</div>
{% endblock %}