Skip to content
Snippets Groups Projects
Verified Commit d044dfd9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix sponsors variable name in template

parent 8a45c039
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
{{ SPONSORSTEXTS[DEFAULT_LANG] }} {{ SPONSORSTEXTS[DEFAULT_LANG] }}
{% endif %} {% endif %}
</p> </p>
{% for alt, image, url, before in SPONSOR_LOGOS %} {% for alt, image, url, before in SPONSORS %}
{% if before >= TODAY %} {% if before >= TODAY %}
<a href="{{ url }}"><img src="{{ image }}" href="{{ url }}" alt="{{ alt }}" title="{{ alt }}" class="sponsorslogo" /></a> <a href="{{ url }}"><img src="{{ image }}" href="{{ url }}" alt="{{ alt }}" title="{{ alt }}" class="sponsorslogo" /></a>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment