Changeset - 95573ac9348f
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-23 16:41:48
brettcsmith@brettcsmith.org
templates: Load more tags required by commit~2.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
 
{% extends "symposion/sponsorship/list_.html" %}
 

	
 
{% load sponsorship_tags %}
 
{% load thumbnail %}
 

	
 
{% 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 <a href="/sponsors/become-a-sponsor">our prospectus</a>.
 
{% endblock %}
 

	
 
{% block content %}
 
  {% sponsor_levels as levels %}
 
  {% for level in levels %}
 
    {% if level.sponsors %}
 
      <h2>{{ level.name }}</h2>
 

	
 
      {% for sponsor in level.sponsors %}
0 comments (0 inline, 0 general)