diff --git a/ietf/iesg/views.py b/ietf/iesg/views.py index 1ada82bd4..40e4a99c4 100644 --- a/ietf/iesg/views.py +++ b/ietf/iesg/views.py @@ -196,7 +196,6 @@ def agenda_docs(date, next_agenda): from ietf.doc.models import TelechatDocEvent matches = Document.objects.filter(docevent__telechatdocevent__telechat_date=date).distinct() - matches = matches.filter(type__slug='draft') docmatches = []