Add comment that IANA would like to be informed if the format of the

issue ballot email changes as they are apparently currently scraping
them, according to Michele Cotton
 - Legacy-Id: 3596
This commit is contained in:
Ole Laursen 2011-11-09 09:32:55 +00:00
parent f7eefe8ee2
commit 0778042a3a

View file

@ -549,6 +549,10 @@ 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(),