Changeset - f07246f9d5cb
[Not reviewed]
0 1 0
James Polley - 6 years ago 2017-12-24 03:50:59
jp@jamezpolley.com
Display Room for everything that's not break

Talks, tutorials, plenaries, miniconfs - everythign except breaks please.
1 file changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
...
 
@@ -32,24 +32,27 @@
 
                <span class="title">
 
                  <a href="{% url "schedule_presentation_detail" slot.content.pk %}">{{ slot.content.title }}</a>
 
                </span>
 
                <span class="speaker">
 
                  {{ slot.content.speakers|join:", " }}
 
                </span>
 
                <span class="room">
 
                  {{ slot.rooms|join:", "}}
 
                </span>
 
              {% endif %}
 
            {% elif slot.kind.label == "shortbreak" %}
 
            {% else %}
 
              {% if slot.content_override %}
 
                {{ slot.content_override_html|safe }}
 
              {% else %}
 
                {{ 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 %}
 
          <td colspan="{{ timetable.rooms|length }}"></td>
 
        {% endif %}
 
      </tr>
0 comments (0 inline, 0 general)