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 3036a6e..676ab8f 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -1,5 +1,5 @@ <div class="calendar-table"> -{%- for month in months %} +{%- for month in months[:2] %} <h2>{{ month.date.strftime('%B %Y').decode('utf-8') }}</h2> <table class="table table-striped"> <tr> |