diff --git a/pinaxcon/templates/symposion/schedule/base.html b/pinaxcon/templates/symposion/schedule/base.html new file mode 100644 index 0000000000000000000000000000000000000000..afae9acf1f370f9032ef6c498d8cb801497133cf --- /dev/null +++ b/pinaxcon/templates/symposion/schedule/base.html @@ -0,0 +1,8 @@ +{% extends "site_base.html" %} + +{% load static %} + +{% block extra_script %} + + +{% endblock %}