diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html index bdbdcb4f..1020dbe9 100644 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ b/pinaxcon/templates/symposion/schedule/_grid.html @@ -16,7 +16,7 @@ {% for room in timetable.rooms %} {% with room|trackname:timetable.day as track_name %} {% if track_name %}

{{ track_name }}{% endif %} - {% endwith %} + {% endwith %} {% endfor %} {% endif %} @@ -44,8 +44,6 @@ Session chair: {% if not session.chair %} Volunteer! 🙋 - {% elif session.chair.user == request.user %} - You! {% endif %} {% endfor %}