Files
django-dav-events/dav_event_office/templates/dav_event_office/home.html

9 lines
256 B
HTML

{% extends "dav_event_office/base.html" %}
{% load bootstrap3 %}
{% load i18n %}
{% block page-container-fluid %}
<h3 class="top-most">{% trans 'Touren- & Kursreferat' %}</h3>
{% include './includes/home_tiles.html' %}
{% endblock page-container-fluid %}