diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html index c3d80deebd9b966aca73fe557b92cd6af7c56363..d3c109163592b6ee417bb6aa83534546d86c63e2 100644 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ b/pinaxcon/templates/symposion/schedule/_grid.html @@ -1,7 +1,7 @@ {% load lca2018_tags %} {% load waffle_tags %} - +
@@ -26,9 +26,9 @@ {% for row in timetable %} - + {% for slot in row.slots %} -
Room

{{ row.time|date:"h:iA" }}

{{ row.time|date:"h:iA" }}

+ {% with slot.kind.label.lower as label %} {% if label == "talk" or label == "tutorial" %} {% if slot.content.unpublish and not request.user.is_staff %}