File diff 193ffc76d5a2 → f07246f9d5cb
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
...
 
@@ -35,9 +35,6 @@
 
                <span class="speaker">
 
                  {{ slot.content.speakers|join:", " }}
 
                </span>
 
                <span class="room">
 
                  {{ slot.rooms|join:", "}}
 
                </span>
 
              {% endif %}
 
            {% elif slot.kind.label == "shortbreak" %}
 
            {% else %}
...
 
@@ -47,6 +44,12 @@
 
                {{ slot.kind.label }}
 
              {% endif %}
 
            {% endif %}
 
            {% if "break" in slot.kind.label %}
 
            {% else %}
 
              <span class="room">
 
                {{ slot.rooms|join:", "}}
 
              </span>
 
            {% endif %}
 
          </td>
 
        {% endfor %}
 
        {% if forloop.last %}