summaryrefslogtreecommitdiff
path: root/template/tabcalendar.j2
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 12:12:05 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 12:12:05 -0300
commiteddc905260e06794c1947689e681b3b3a635944e (patch)
tree7fb4cebbd213b87c73d1b11a83ac232b3839797f /template/tabcalendar.j2
parent4c1491f2121633f74abef49c1d9b4df6912ac601 (diff)
Add more css and formatting
Diffstat (limited to 'template/tabcalendar.j2')
-rw-r--r--template/tabcalendar.j22
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>