From d27af14b847f5362b0ed81bcedfe99be18bc2912 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sun, 15 Oct 2017 09:01:02 -0700 Subject: [PATCH] Adds speakers to the home page --- pinaxcon/templates/static_pages/homepage.html | 43 +++++++++++++++++-- static/scss/custom.scss | 22 ++++++++++ 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 593fd4b..1f5836a 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -2,6 +2,9 @@ {% load i18n %} {% load staticfiles %} +{% load thumbnail %} +{% load sponsorship_tags %} +{% load schedule_tags %} {% block head_title %}Welcome{% endblock %} @@ -71,6 +74,43 @@ +
+
+

Speakers

+ +
+ {% speakers as speakers %} + {% for speaker in speakers %} +
+
+
+
+
+
+ {% for presentation in speaker.presentations.all %} + +

{{ speaker.conferencespeaker.name }}

+ {{ presentation.title }} +
+ {% endfor %} +
+ {% endfor %} +
+ +
+ + +
+ +
@@ -108,9 +148,6 @@

Sponsors

- {% load sponsorship_tags %} - {% load thumbnail %} - {% sponsor_levels as levels %}