From 532d01dd22dfc8f0ec5624cec18708c3f109c66b 2020-01-23 16:40:41 From: Brett Smith Date: 2020-01-23 16:40:41 Subject: [PATCH] templates: Load tags required by previous commit. --- diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html index e18d50e1495585fd1a6251bcbe09b6dfc4f512d5..8e32005e00524a126a69b1086315bc839e2090b7 100644 --- a/pinaxcon/templates/symposion/sponsorship/list.html +++ b/pinaxcon/templates/symposion/sponsorship/list.html @@ -1,5 +1,7 @@ {% extends "symposion/sponsorship/list_.html" %} +{% load sponsorship_tags %} + {% block lede %} We're grateful to the following organizations, who've made a substantial contribution to CopyleftConf 2020. Learn how you can join us by checking out our prospectus. {% endblock %}