Files @ 8badb0cb99fa
Branch filter:

Location: symposion_app/pinaxcon/templates/registrasion/base.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" %}
{% load staticfiles %}
{% load lca2018_tags %}
{% load i18n %}

{% block head_title %}{% block page_title %}{% endblock %}{% endblock %}

{% block content_base %}
{% block content %}
  <div class="jumbotron rego-content">
    {% block proposals_body %}
    {% endblock %}
  </div>
{% endblock content %}
{% endblock %}