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:
parent
25cb532348
commit
7b2963aaf0
|
@ -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(),
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue