summaryrefslogtreecommitdiff
path: root/templates/conference/details.html
diff options
context:
space:
mode:
authorhardythe12013-11-12 17:23:27 +0530
committerhardythe12013-11-12 17:23:27 +0530
commit1cf096e184bd40246fa868f7d580333b0306fd79 (patch)
tree39f465cfcda673384923a3e8f81b1227fb8d89ab /templates/conference/details.html
parent11cd9792568f357549b645a4d91a9efe72777b07 (diff)
downloadSciPy2012-1cf096e184bd40246fa868f7d580333b0306fd79.tar.gz
SciPy2012-1cf096e184bd40246fa868f7d580333b0306fd79.tar.bz2
SciPy2012-1cf096e184bd40246fa868f7d580333b0306fd79.zip
adding details.html
Diffstat (limited to 'templates/conference/details.html')
-rw-r--r--templates/conference/details.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/conference/details.html b/templates/conference/details.html
new file mode 100644
index 0000000..f5ff520
--- /dev/null
+++ b/templates/conference/details.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% load static %}
+
+{% block content %}
+<h2>{{ detail.title }}</h2>
+<p>{{ detail.abstract }}</p>
+<iframe src="{{ detail.video }}" allowFullScreen webkitallowFullScreen mozallowFullScreen width=616 height=407 rel=nofollow> </iframe>
+
+<p>By: {{ detail.speaker }}</p>
+<a href="{{ detail.slides }}">Download Slides</a>
+{% endblock %}
+