projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d87553
)
2017: Update lp-schedule.jinja2
2017-lp-schedule-template-update
author
rsiddharth
<rsd@gnu.org>
Sun, 16 Jul 2017 01:01:21 +0000
(
01:01
+0000)
committer
rsiddharth
<rsd@gnu.org>
Sun, 16 Jul 2017 01:01:21 +0000
(
01:01
+0000)
* 2017/assets/templates/lp-schedule.jinja2: Update file.
2017/assets/templates/lp-schedule.jinja2
patch
|
blob
|
blame
|
history
diff --git
a/2017/assets/templates/lp-schedule.jinja2
b/2017/assets/templates/lp-schedule.jinja2
index 3ef253197c8f4742be39443d6b25e4c82a922d3d..036b92e17c9be4359fa844194cc06622b107e629 100644
(file)
--- 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) %}
- <header class="program-session-header">
- <hgroup>
- <h2>{{ session }}</h2>
- </hgroup>
+ {% if session|trim not in ['', 'st-from-ts'] %}
+ <header class="program-session-header">
+ <hgroup>
+ <h2>{{ session }}</h2>
+ </hgroup>
</header>
+ {% endif %}
{% endmacro %}
{# desc macro #}