From d044dfd92257fb389cffd62b03d53e8b7f369ce3 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 11 Aug 2021 13:46:15 +0200
Subject: [PATCH] Fix sponsors variable name in template

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 5ddee2d..1ce4eaa 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -121,7 +121,7 @@
 			    {{ SPONSORSTEXTS[DEFAULT_LANG] }}
 			{% endif %}
 		    </p>
-                    {% for alt, image, url, before in SPONSOR_LOGOS %}
+                    {% for alt, image, url, before in SPONSORS %}
 		        {% if before >= TODAY %}
                             <a href="{{ url }}"><img src="{{ image }}" href="{{ url }}" alt="{{ alt }}" title="{{ alt }}" class="sponsorslogo" /></a>
 		        {% endif %}
-- 
GitLab