Skip to content

Commit d787997

Browse files
committed
Merged [5901] from adam@nostrum.com:
Added a document link to the emails sent on discuss/comment changes. Fixes bug ietf-tools#916 - Legacy-Id: 5930 Note: SVN reference [5901] has been migrated to Git commit 30dec0e
2 parents 941378d + 30dec0e commit d787997

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ietf/idrfc/views_ballot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def send_ballot_comment(request, name):
309309
subject += ": (with "+" and ".join(subj)+")"
310310

311311
body = render_to_string("idrfc/ballot_comment_mail.txt",
312-
dict(discuss=d, comment=c, ad=ad, doc=doc, pos=pos))
312+
dict(discuss=d, comment=c, ad=ad, doc=doc, pos=pos, settings=settings))
313313
frm = u"%s <%s>" % ad.person.email()
314314
to = "The IESG <iesg@ietf.org>"
315315

@@ -385,7 +385,8 @@ def send_ballot_commentREDESIGN(request, name, ballot_id):
385385
ad=ad.plain_name(),
386386
doc=doc,
387387
pos=pos.pos,
388-
blocking_name=blocking_name,))
388+
blocking_name=blocking_name,
389+
settings=settings))
389390
frm = ad.role_email("ad").formatted_email()
390391
to = "The IESG <iesg@ietf.org>"
391392

ietf/templates/idrfc/ballot_comment_mail.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please refer to http://www.ietf.org/iesg/statement/discuss-criteria.html
1010
for more information about IESG DISCUSS and COMMENT positions.
1111
{% endif %}
1212

13+
The document, along with other ballot positions, can be found here:
14+
{{ settings.IDTRACKER_BASE_URL }}{{ doc.get_absolute_url }}
15+
1316
{% if not discuss and not comment %}
1417
There are no remarks associated with this position.
1518
{% endif %}

0 commit comments

Comments
 (0)