From: rsiddharth Date: Sun, 16 Jul 2017 01:01:21 +0000 (+0000) Subject: 2017: Update lp-schedule.jinja2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=518b6f0657425c46481b665f39d0ab2cc1a9276e;p=libreplanet-static.git 2017: Update lp-schedule.jinja2 * 2017/assets/templates/lp-schedule.jinja2: Update file. --- diff --git a/2017/assets/templates/lp-schedule.jinja2 b/2017/assets/templates/lp-schedule.jinja2 index 3ef25319..036b92e1 100644 --- a/2017/assets/templates/lp-schedule.jinja2 +++ b/2017/assets/templates/lp-schedule.jinja2 @@ -67,11 +67,13 @@ {# make session header macro #} {% macro mk_session_header(session) %} -
-
-

{{ session }}

-
+ {% if session|trim not in ['', 'st-from-ts'] %} +
+
+

{{ session }}

+
+ {% endif %} {% endmacro %} {# desc macro #}