Files @ 39b556b7ac4f
Branch filter:

Location: symposion_app/pinaxcon/templates/cms_pages/content_page_blocks/colophon.html

Sachi King
Mass style-check update

Seems okay.
{% load pyconau2017_tags %}

<ul>
  {% all_images as images %}
  {% for image in images %}
    <li>
      <a href="{{ image.source_url }}">{{ image.title }}</a> &ndash; &copy;{{ image.copyright_year }} {{ image.licence }} by {{ image.author }}
    </li>
  {% endfor %}
</ul>