We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3075581 commit 75b4bfbCopy full SHA for 75b4bfb
1 file changed
Calendar/Calendar.py
@@ -384,6 +384,10 @@ def time_to_vw(dt):
384
html.append(" | <strong>Rooms</strong>")
385
html.append("</div>")
386
387
+
388
+ if len(reservations) == 0:
389
+ html.append("<div class='nav-c'><strong>No Reservations</strong></div>")
390
+ return "\n".join(html)
391
392
html.append("<div class='gantt-wrapper'>")
393
0 commit comments