From ea163f34b8a30a3f0390fcf6e5a7720c5b6e6e57 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sat, 7 Jul 2018 12:34:28 -0400 Subject: [PATCH] Fix event series page listing all instances as canceled --- get_together/templates/get_together/events/show_series.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/templates/get_together/events/show_series.html b/get_together/templates/get_together/events/show_series.html index d286d52..2a53962 100644 --- a/get_together/templates/get_together/events/show_series.html +++ b/get_together/templates/get_together/events/show_series.html @@ -94,7 +94,7 @@
- {% if event.status == event.CANCELED %}{% endif %}{{instance.local_start_time.date}}{% if event.status == event.CANCELED %} (Canceled){% endif %} + {% if instance.status == event.CANCELED %}{% endif %}{{instance.local_start_time.date}}{% if instance.status == event.CANCELED %} (Canceled){% endif %}
{{ instance.name }}