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
...
 
@@ -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 %}
0 comments (0 inline, 0 general)