diff --git a/ietf/doc/models.py b/ietf/doc/models.py index b6639d8a1..2647235af 100644 --- a/ietf/doc/models.py +++ b/ietf/doc/models.py @@ -237,7 +237,7 @@ class DocumentInfo(models.Model): if e and (e.text != ""): return e.time else: - return False + return None def meeting_related(self): answer = False