Files @ 5b93b39f67e0
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Joel Addison
Improve slot editing

Fix placement of form to allow submit button to work again.
Display information about slot on the edit popup.
{% extends "site_base.html" %}

{% load i18n %}

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

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

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