summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 14:48:03 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 14:48:03 -0300
commit6fb1deda0d09fa1be55888e878e6cacef0da1b65 (patch)
tree24f0964d50027d764d05f60563a0fa6265a7d8d1 /scripts
parentc7b404d07d40a795427dcc7459248d56ec34935a (diff)
Use different template to render tabcalendar
Diffstat (limited to 'scripts')
-rw-r--r--scripts/calendar_plugin2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/calendar_plugin2.py b/scripts/calendar_plugin2.py
index fd6d1df..62a68aa 100644
--- a/scripts/calendar_plugin2.py
+++ b/scripts/calendar_plugin2.py
@@ -105,7 +105,7 @@ class TabularCalendarPlugin:
}).encode('utf-8')
def _get_calendar_events(self):
- return self.template_env.get_template('calendar.j2').render({
+ return self.template_env.get_template('tabcalendar_list.j2').render({
'months': self.months,
'events': self.events,
'class': 'expanded'