From 700229847e2bb56e607a439d683da13bd84990b8 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 7 Feb 2016 14:14:29 -0500 Subject: tests/files/lp-sch-2016.jinja2: fixed an issue. Context changed from `schedule` -> `lp_dict`. --- tests/files/lp-sch-2016.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/files/lp-sch-2016.jinja2 b/tests/files/lp-sch-2016.jinja2 index 39562de..0f0e372 100644 --- a/tests/files/lp-sch-2016.jinja2 +++ b/tests/files/lp-sch-2016.jinja2 @@ -114,8 +114,8 @@ {% endfor %} {# timeslot start #} {% endmacro %} -{# lp 2016 template start #} -{% for day, timeslots in schedule.iteritems() %} {# day start #} +{# lp schedule 2016 template start #} +{% for day, timeslots in lp_dict.iteritems() %} {# day start #}
{{ mk_day_header(day) }} {{ populate_timeslots(timeslots, loop.index) }} -- cgit v1.2.3