summaryrefslogtreecommitdiffstats
path: root/libreplanet-templates
diff options
context:
space:
mode:
Diffstat (limited to 'libreplanet-templates')
-rw-r--r--libreplanet-templates/2018/lp-schedule.jinja29
1 files changed, 9 insertions, 0 deletions
diff --git a/libreplanet-templates/2018/lp-schedule.jinja2 b/libreplanet-templates/2018/lp-schedule.jinja2
index 733eac8..8264d38 100644
--- a/libreplanet-templates/2018/lp-schedule.jinja2
+++ b/libreplanet-templates/2018/lp-schedule.jinja2
@@ -45,6 +45,15 @@
{% endif %}
{% endmacro %}
+{# make video macro #}
+{% macro mk_video(video) %}
+ {% if video|lower != 'videotba' %}
+ <a class="btn btn-default btn-xs" href="{{ video }}">
+ <span class="glyphicon glyphicon-facetime-video"></span>
+ </a>
+ {% endif %}
+{% endmacro %}
+
{# make day header macro #}
{% macro mk_day_header(day, collapse_area) %}
{% if day|trim != '' %}