From 7b2963aaf0efe1925d9764102c1692f1815cc05a Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Thu, 5 Apr 2012 14:45:33 +0000 Subject: [PATCH] Move note about IANA scraping messages, apparently I managed to put it in the wrong place (they're of course scraping draft approvals, not the ballot announcements). - Legacy-Id: 4260 --- ietf/idrfc/mails.py | 4 ---- ietf/idrfc/views_ballot.py | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/idrfc/mails.py b/ietf/idrfc/mails.py index 4b7bcb78f..8993c0df4 100644 --- a/ietf/idrfc/mails.py +++ b/ietf/idrfc/mails.py @@ -586,10 +586,6 @@ def generate_issue_ballot_mailREDESIGN(request, doc): e = doc.latest_event(WriteupDocEvent, type="changed_ballot_writeup_text") ballot_writeup = e.text if e else "" - # NOTE: according to Michelle Cotton - # (as per 2011-10-24) IANA is scraping these messages for - # information so would like to know beforehand if the format - # changes (perhaps RFC 6359 will change that) return render_to_string("idrfc/issue_ballot_mailREDESIGN.txt", dict(doc=doc, doc_url=settings.IDTRACKER_BASE_URL + doc.get_absolute_url(), diff --git a/ietf/idrfc/views_ballot.py b/ietf/idrfc/views_ballot.py index 416284253..9f1fa9eb2 100644 --- a/ietf/idrfc/views_ballot.py +++ b/ietf/idrfc/views_ballot.py @@ -1228,6 +1228,10 @@ def approve_ballotREDESIGN(request, name): else: action = "to_announcement_list" + # NOTE: according to Michelle Cotton + # (as per 2011-10-24) IANA is scraping these messages for + # information so would like to know beforehand if the format + # changes (perhaps RFC 6359 will change that) announcement = approval_text + "\n\n" + ballot_writeup if request.method == 'POST':