From 18973a3368e9d7f929476a297838fc682fd6a05b Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Fri, 13 Sep 2019 16:50:58 -0400 Subject: [PATCH] Add Slides to session.html --- templates/confreg/session.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/confreg/session.html b/templates/confreg/session.html index 91dc266..6578f63 100644 --- a/templates/confreg/session.html +++ b/templates/confreg/session.html @@ -22,6 +22,18 @@ {{session.abstract|markdown}}

+{%if slides%} +

Slides

+

+ The following slides have been made available for this session: +

+ +{%endif%} + {%for speaker in session.speaker.all()%} {%if loop.first%}

Speaker

@@ -30,4 +42,3 @@ {%endfor%} {%endblock%} - -- 2.39.5