diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html index 2ef19a66..d84d140b 100644 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ b/pinaxcon/templates/symposion/schedule/_grid.html @@ -6,7 +6,7 @@   {% for room in timetable.rooms %} - Theatre {{ room.name }} + {{ room.name }} {% endfor %} {% with timetable|day_has_tracks:timetable.day as has_tracks %} diff --git a/pinaxcon/templates/symposion/schedule/_mobile.html b/pinaxcon/templates/symposion/schedule/_mobile.html index 64d8835b..f64393ef 100644 --- a/pinaxcon/templates/symposion/schedule/_mobile.html +++ b/pinaxcon/templates/symposion/schedule/_mobile.html @@ -17,7 +17,7 @@

{{ slot.content.title }}

{{ slot.content.speakers|join:", "}}

{% listlookup timetable.rooms forloop.counter0 as value %} -

Theatre {{ value }}
ends {{ slot.end }}

+

{{ value }}
ends {{ slot.end }}

{% endif %} {% else %}

{{ slot.kind.label }}