From: Sarah Conway Schnurr
Date: Fri, 13 Sep 2019 20:50:58 +0000 (-0400)
Subject: Add Slides to session.html
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=refs%2Fheads%2Ftesting;p=pgopen2019.git
Add Slides to session.html
---
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%}
-