2016/assets/templates/lp-sch-2016.jinja2
authorrsiddharth <rsd@gnu.org>
Sun, 7 Feb 2016 21:20:45 +0000 (16:20 -0500)
committerrsiddharth <rsd@gnu.org>
Sun, 7 Feb 2016 21:20:45 +0000 (16:20 -0500)
Copied the latest version.

2016/assets/templates/lp-sch-2016.jinja2

index 777c612fb3b0db5fb5c8c2f9fe66718e56769e24..0f0e372562231dd169429f1029626c9acd345ba2 100644 (file)
@@ -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/>.
 #}
 
   {% 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) }}