From bf2f226b8dd7fd8c6a4e47e854e665a699e65d47 Mon Sep 17 00:00:00 2001
From: Brett Smith
Date: Thu, 23 Jan 2020 11:34:30 -0500
Subject: [PATCH] templates: Try to bugfix rendering sponsors without logos.
---
pinaxcon/templates/_default_sidebar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pinaxcon/templates/_default_sidebar.html b/pinaxcon/templates/_default_sidebar.html
index 0697d3b..44e470a 100644
--- a/pinaxcon/templates/_default_sidebar.html
+++ b/pinaxcon/templates/_default_sidebar.html
@@ -21,7 +21,7 @@ Supporter of our work year-round!
{% for sponsor in level.sponsors %}
- {% if sponsor.website_logo %}
+ {% if sponsor.sponsor_logo %}