Changeset - c46e6f539abb
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-23 16:50:29
brettcsmith@brettcsmith.org
templates: Syntax-fix last commit.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
...
 
@@ -22,17 +22,16 @@
 
                  <img style="width: 90%; margin-right: 10%;" src="{% thumbnail sponsor.website_logo '600x320' %}" alt="{{ sponsor.name }}" />
 
                </a>
 
                {% else %}
 
                <a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
 
                {% endif %}
 
              </h2>
 
            </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 %}
0 comments (0 inline, 0 general)