File diff d9e8a72d140c → b56ca32259c8
pinaxcon/templates/symposion/schedule/base.html
Show inline comments
 
new file 100644
 
{% extends "site_base.html" %}
 

	
 
{% load static %}
 

	
 
{% block extra_script %}
 
<script src="{% static 'js/luxon.min.js' %}"></script>
 
<script src="{% static 'js/schedule.js' %}" type="text/javascript"></script>
 
{% endblock %}