From d27af14b847f5362b0ed81bcedfe99be18bc2912 2017-10-15 16:01:02 From: Christopher Neugebauer Date: 2017-10-15 16:01:02 Subject: [PATCH] Adds speakers to the home page --- diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 593fd4b58578bcf5c353641c53a1a78a5163e5df..1f5836a657b955ad0d68ba6e9aeea008109568ef 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 %}