diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-04-05 12:12:05 -0300 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-04-05 12:12:05 -0300 |
commit | eddc905260e06794c1947689e681b3b3a635944e (patch) | |
tree | 7fb4cebbd213b87c73d1b11a83ac232b3839797f /template | |
parent | 4c1491f2121633f74abef49c1d9b4df6912ac601 (diff) |
Add more css and formatting
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> |