summaryrefslogtreecommitdiff
path: root/scripts/calendar_plugin2.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/calendar_plugin2.py')
-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'