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
...
 
@@ -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 %}
0 comments (0 inline, 0 general)