File diff 3f99f03cd1c0 → c46e6f539abb
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
...
 
@@ -28,11 +28,10 @@
 
            </div>
 
            <div class="col-md-8">
 
              <h3><a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a></h3>
 
              <p>{{ sponsor.listing_text|urlize|linebreaks }}</p>
 
            </div>
 
          </div>
 
        {% endif %}
 
      {% endfor %}
 
    {% endif %}
 
  {% endfor %}
 
{% endblock %}