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 }}