Files @ 734a0b713d2d
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/schedule/base.html

Joel Addison
Improve printed schedule

Show each day on a new page when printed.
Hide elements that do not assist with printed copy (current time, etc).
1
2
3
4
5
6
7
8
{% 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 %}