Tweak the docevent description for the event noting that a chartering effort has been abandoned. Fixes #2099. Commit ready for merge.

- Legacy-Id: 12606
This commit is contained in:
Robert Sparks 2016-12-21 22:14:58 +00:00
parent 2bad0b0bcd
commit 6091d3c6a3

View file

@ -132,7 +132,7 @@ def change_state(request, name, option=None):
# Special log for abandoned efforts
e = DocEvent(type="changed_document", doc=charter, by=by)
e.desc = "IESG has abandoned the chartering effort"
e.desc = "Chartering effort abandoned"
e.save()
events.append(e)