diff --git a/ietf/doc/views_doc.py b/ietf/doc/views_doc.py index 2e884bfbb..1bbab7cc5 100644 --- a/ietf/doc/views_doc.py +++ b/ietf/doc/views_doc.py @@ -650,7 +650,7 @@ def document_ballot_content(request, doc, ballot_id, editable=True): ballot = all_ballots[-1] if not ballot: - raise Http404 + return "
No ballots are available for this document at this time.
" deferred = doc.active_defer_event()