Skip to content

Commit 160ca92

Browse files
larseggertrjsparks
andauthored
fix: Don't say that IESG processing has started (ietf-tools#4609)
* fix: Don't say that IESG processing has started Fixes ietf-tools#4286 * Update ietf/doc/views_draft.py Co-authored-by: Robert Sparks <rjsparks@nostrum.com> * Update ietf/doc/views_draft.py Co-authored-by: Robert Sparks <rjsparks@nostrum.com> Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
1 parent 76b88b1 commit 160ca92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/doc/views_draft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def to_iesg(request,name):
592592
e.by = by
593593
e.doc = doc
594594
e.rev = doc.rev
595-
e.desc = "IESG process started in state <b>%s</b>" % target_state['iesg'].name
595+
e.desc = "Document is now in IESG state <b>%s</b>" % target_state['iesg'].name
596596
e.save()
597597
events.append(e)
598598

@@ -713,7 +713,7 @@ def edit_info(request, name):
713713
e.by = by
714714
e.doc = doc
715715
e.rev = doc.rev
716-
e.desc = "IESG process started in state <b>%s</b>" % doc.get_state("draft-iesg").name
716+
e.desc = "Document is now in IESG state <b>%s</b>" % doc.get_state("draft-iesg").name
717717
e.save()
718718
events.append(e)
719719

0 commit comments

Comments
 (0)