Files @ 6770e83e5d57
Branch filter:

Location: symposion_app/pinaxcon/templates/utility_page.html

James Polley
Switch to png as a plain boring attachment

In the body of the email, we can load the image direct from the
site. Prolly gonna fail a lot but at least it's a loud known visible
failure
{% extends "content_page.html" %}
{% load staticfiles %}

{% block header_title %}{% block page_title %}{% endblock %}{% endblock %}

{% block content_base %}
  {% block utility_body_outer %}
    <div class="l-content-page">
      <div class="l-content-page--richtext">
        {% block content %}
          <div class="jumbotron">
            {% block utility_body %}
            {% endblock %}
          </div>
        {% endblock content %}
      </div>
    </div>
  {% endblock %}
{% endblock %}