Files @ 1886323d7431
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/proposals/base.html

Sachi King
Bootstrapification

Boot custom CSS, and put some base, standard css in its place.
Shame I did not start with fresh Bootstrap4, but oh well.

Some more templates could be made to make this less messy, which would
be good.
{% extends "utility_page.html" %}
{% load staticfiles %}


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