diff --git a/templates/schedule.html b/templates/schedule.html
index 69c42a6..df74ba0 100644
--- a/templates/schedule.html
+++ b/templates/schedule.html
@@ -45,20 +45,22 @@
Schedule
{% endif %}
- {% for loc in day.locations %}
-
-
- {{ loc.location }}
- |
-
- {% if loc.url %}
- {{ loc.room }}
- {% else %}
- {{ loc.room }}
- {% endif %}
- |
-
- {% endfor %}
+ {% if day.locations %}
+ {% for loc in day.locations %}
+
+
+ {{ loc.location }}
+ |
+
+ {% if loc.url %}
+ {{ loc.room }}
+ {% else %}
+ {{ loc.room }}
+ {% endif %}
+ |
+
+ {% endfor %}
+ {% endif %}
{% for session in day.sessions %}
|