diff --git a/ietf/secr/telechat/views.py b/ietf/secr/telechat/views.py index ea171c5b1..e0f24f3d3 100644 --- a/ietf/secr/telechat/views.py +++ b/ietf/secr/telechat/views.py @@ -59,7 +59,7 @@ def get_doc_writeup(doc): writeup = 'This document has no writeup' if doc.type_id == 'draft': latest = doc.latest_event(WriteupDocEvent, type='changed_ballot_writeup_text') - if latest and doc.has_rfc_editor_note: + if latest and doc.has_rfc_editor_note(): rfced_note = doc.latest_event(WriteupDocEvent, type="changed_rfc_editor_note_text") writeup = latest.text + "\n\n" + rfced_note.text else: