File diff bc6e0d7675b3 → 0420fa6b1aa5
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
...
 
@@ -31,12 +31,17 @@
 
      <td class="slot slot-{{ slot.kind.label }}" colspan="{{ slot.colspan }}" rowspan="{{ slot.rowspan }}">
 
        {% with slot.kind.label.lower as label %}
 
        {% if label == "talk" or label == "tutorial" %}
 
          {% if slot.content %}
 
          {% if slot.content.unpublish and not request.user.is_staff %}
 
          <p><em>To be announced</em></p>
 
          {% elif slot.content %}
 
          <p>
 
            <a href="{% url "schedule_presentation_detail" slot.content.pk %}">{{ slot.content.title }}</a>
 
            <br />
 
            {{ slot.content.speakers|join:", " }}
 
          </p>
 
          {% if slot.content.unpublish %}
 
          <span class="badge badge-pill badge-warning">Unpublished</span>
 
          {% endif %}
 
          {% flag "session_chair" %}
 
          {% if slot.sessions and not edit_schedule %}
 
          <div>