diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-04-05 11:36:38 -0300 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-04-05 11:36:38 -0300 |
commit | d7ff49226426ba51813757109aabd526599989bd (patch) | |
tree | 0fe4cd8fdff16dc8d4995c53af95ef91caedc9fb /template | |
parent | 865c3ccf9d5a7a469a66200688d2a89f91c012d6 (diff) |
Add bootstrap table class to tabular calendar
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 9546e06..cded6ed 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -1,7 +1,7 @@ <div class="calendar-table"> {%- for month in months %} <p>{{ month.date.strftime('%B %Y').decode('utf-8') }}</p> -<table> +<table class="table table-striped"> <tr> <th>Montag</th> <th>Dienstag</th> |