diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/tabcalendar.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2 index 095ba85..ef84bfd 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -1,6 +1,6 @@ <div class="calendar-table"> {%- for month in months %} -<p>{{ month.date.strftime('%B %Y').decode('utf-8') }}</p> +<h2>{{ month.date.strftime('%B %Y').decode('utf-8') }}</h2> <table class="table table-striped"> <tr> <th>Montag</th> |