From 6fb1deda0d09fa1be55888e878e6cacef0da1b65 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 14:48:03 -0300 Subject: Use different template to render tabcalendar --- scripts/calendar_plugin2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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' -- cgit v1.2.1