Files @ 8badb0cb99fa
Branch filter:

Location: symposion_app/pinaxcon/templates/flatpages/default.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 "site_base.html" %}

{% block head_title %}{{ flatpage.title }}{% endblock head_title %}

{% block content %}
<div class="row">
  <div class="col-md-1"></div>
  <div class="col-12 col-md-10 content text-page">
    {{ flatpage.content }}
  </div>
</div>
{% endblock content %}