From a19bceaa961c8001cb5aea7a2ab93c0ccd684b35 Mon Sep 17 00:00:00 2001 From: jamesthoughton Date: Tue, 3 May 2016 01:04:38 -0400 Subject: [PATCH] Add necessary conditionals to prevent overlap --- intranet/templates/eighth/signup_widget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intranet/templates/eighth/signup_widget.html b/intranet/templates/eighth/signup_widget.html index 510aecf420e..5093bc26ff1 100644 --- a/intranet/templates/eighth/signup_widget.html +++ b/intranet/templates/eighth/signup_widget.html @@ -59,7 +59,7 @@

{{ block.current_signup }} - {% if block.rooms and block != last_displayed_block %} + {% if block.rooms and block != last_displayed_block and not block.is_today and not block.current_signup_cancelled %} {% for r in block.rooms %} {{ r.formatted_name }}{% if r != block.rooms.last %}, {% endif %}