From f830e7b484947415899ffac22ee5e7f25787daba 2018-09-26 02:36:14 From: Christopher Neugebauer Date: 2018-09-26 02:36:14 Subject: [PATCH] Show co-presentations too --- diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 97c43c444614dc8aa5a7e8cb10676bc6c33b5f32..66b2f04dc21d6d7fbb5046bfe2a05b7da369c84b 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -117,7 +117,7 @@ {% endif %} - {% for presentation in speaker.presentations.all %} + {% for presentation in speaker.all_presentations %}

{{ speaker.conferencespeaker.name }}

{{ presentation.title }}