Files @ 3c5a14c97b6f
Branch filter:

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

Sachi King
require django-bootstrap-forms

While pinax-theme-bootstrap pulls this in, we use this directly too, so
we need to put this into our top level reqs too.
{% 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 %}