From 1c8c87f88aa64716660449aebbcc488c5823c88c Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 11 Oct 2013 13:19:07 +0000 Subject: [PATCH] Remove search for "IESG has approved and state has been changed to" from state change doc event searches, these have been split up by a migration and no longer exist - Legacy-Id: 6424 --- ietf/doc/templatetags/ballot_icon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/doc/templatetags/ballot_icon.py b/ietf/doc/templatetags/ballot_icon.py index 5325ec1fb..18ca432cb 100644 --- a/ietf/doc/templatetags/ballot_icon.py +++ b/ietf/doc/templatetags/ballot_icon.py @@ -173,7 +173,6 @@ def state_age_colored(doc): Q(desc__istartswith="State Changes to ")| Q(desc__istartswith="Sub state has been changed to ")| Q(desc__istartswith="State has been changed to ")| - Q(desc__istartswith="IESG has approved and state has been changed to")| Q(desc__istartswith="IESG process started in state") ).order_by('-time')[0].time.date() except IndexError: