From 532d01dd22dfc8f0ec5624cec18708c3f109c66b Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 23 Jan 2020 11:40:41 -0500 Subject: [PATCH] templates: Load tags required by previous commit. --- pinaxcon/templates/symposion/sponsorship/list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html index e18d50e..8e32005 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 %}