File diff 0a0c46684709 → 734a0b713d2d
pinaxcon/templates/symposion/schedule/schedule_detail.html
Show inline comments
...
 
@@ -8,18 +8,18 @@
 
{% block head_title %}{{ schedule.section.name }} Schedule{% endblock %}
 
{% block page_title %}{{ schedule.section.name }} Schedule{% endblock%}
 

	
 
{% block content %}
 
  {% cache 600 "schedule-detail-table" schedule.section %}
 
    {% for timetable in days %}
 
    <div class="row">
 
    <div class="row timetable-day">
 
      <div class="col-12">
 
        <h2 class="my-4">
 
          {{ timetable.day.date|date:"l" }}, {{ timetable.day.date }}
 
        </h2>
 
        <p class="timezone-info small">Conference times are in {{ settings.LCA_START|date:'T' }} (UTC{{ settings.LCA_START|date:'O' }}). Current talks will be highlighted.</p>
 
        <p class="timezone-info small">Conference times are in {{ settings.LCA_START|date:'T' }} (UTC{{ settings.LCA_START|date:'O' }}). <span class="d-print-none">Current talks will be highlighted.</span></p>
 
        <div class="table-responsive d-none d-md-block">
 
          {% include "symposion/schedule/_grid.html" %}
 
        </div>
 
        <div class="mobile-schedule d-sm-block d-md-none">
 
          {% include "symposion/schedule/_mobile.html" %}
 
        </div>