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
This commit is contained in:
Ole Laursen 2012-04-05 14:45:33 +00:00
parent 25cb532348
commit 7b2963aaf0
2 changed files with 4 additions and 4 deletions

View file

@ -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 <michelle.cotton@icann.org>
# (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(),

View file

@ -1228,6 +1228,10 @@ def approve_ballotREDESIGN(request, name):
else:
action = "to_announcement_list"
# NOTE: according to Michelle Cotton <michelle.cotton@icann.org>
# (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':