Skip to content

Commit c124a01

Browse files
committed
Fixed a typo. Fixes issue ietf-tools#2500.
- Legacy-Id: 15061
1 parent b35fe35 commit c124a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/utils_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def fill_in_document_table_attributes(docs, have_telechat_date=False):
104104
d.milestones = [ m for (t, m) in sorted(((m.time, m) for m in d.groupmilestone_set.all() if m.state_id == "active")) ]
105105
d.reviewed_by_teams = sorted(set(r.team.acronym for r in d.reviewrequest_set.filter(state__in=["requested","accepted","part-completed","completed"]).distinct().select_related('team')))
106106

107-
e = d.latest_event_cache.get('started_iesg_proces', None)
107+
e = d.latest_event_cache.get('started_iesg_process', None)
108108
d.balloting_started = e.time if e else datetime.datetime.min
109109

110110
# RFCs

0 commit comments

Comments
 (0)