Files
django-dav-events/dav_events/templates/dav_events/home.html
heinzel fb21a8721f
All checks were successful
buildbot/django-dav-events--test Build done.
Cosmetic changes
2023-02-27 15:20:08 +01:00

9 lines
252 B
HTML

{% extends "dav_events/base.html" %}
{% load bootstrap3 %}
{% load i18n %}
{% block page-container-fluid %}
<h3 class="top-most">{% trans 'Für Tourenleiter*innen' %}</h3>
{% include './includes/home_tiles.html' %}
{% endblock page-container-fluid %}