Files @ 8badb0cb99fa
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html - annotation

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 i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body }}
{% endblock %}