diff --git a/templates/base.html b/templates/base.html
index 5ddee2d5d3ab9686e7bc7881d5d2244d404c7e62..1ce4eaad166a259aa8bc945efe420578b4815ea1 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 %}