Files @ 8badb0cb99fa
Branch filter:

Location: symposion_app/pinaxcon/templates/utility_page.html

Clinton Roy
first stab at making a room slot, still not quite there, think i have to make a separate slot for each time slot
{% extends "content_page.html" %}
{% load staticfiles %}

{% block head_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 %}