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