From 258b00e613d9f06292b003dbd6d75c92564ed5b5 Mon Sep 17 00:00:00 2001
From: rsiddharth <rsd@gnu.org>
Date: Sun, 7 Feb 2016 16:20:45 -0500
Subject: [PATCH] 2016/assets/templates/lp-sch-2016.jinja2

Copied the latest version.
---
 2016/assets/templates/lp-sch-2016.jinja2 | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/2016/assets/templates/lp-sch-2016.jinja2 b/2016/assets/templates/lp-sch-2016.jinja2
index 777c612f..0f0e3725 100644
--- a/2016/assets/templates/lp-sch-2016.jinja2
+++ b/2016/assets/templates/lp-sch-2016.jinja2
@@ -1,19 +1,21 @@
 {# -*- mode: jinja2; -*- #}
 {#
-   Copyright (C) 2016  Free Software Foundation, Inc
+   Copyright (C) 2015  lpschedule-generator contributors. See CONTRIBUTORS.
 
-   This template is free software: you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation, either version 3 of the
-   License, or (at your option) any later version.
+    This file is part of lpschedule-generator.
 
-   This template is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   lpschedule-generator is free software: you can redistribute it
+   and/or modify it under the terms of the GNU General Public License
+   as published by the Free Software Foundation, either version 3 of
+   the License, or (at your option) any later version.
+
+   lpschedule-generator is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this template.  If not, see
+   along with lpschedule-generator (see COPYING).  If not, see
    <http://www.gnu.org/licenses/>.
 #}
 
@@ -112,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 #}
   <article id="day-{{ loop.index }}-program" class="program-day">
     {{ mk_day_header(day) }}
       {{ populate_timeslots(timeslots, loop.index) }}
-- 
2.25.1