Skip to content

Commit 3243091

Browse files
committed
Fix missing group variable in template context (regression introduced with generalization of WG strings)
- Legacy-Id: 4751
1 parent ce8d772 commit 3243091

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/wgcharter/mails.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def email_secretariat(request, group, type, text):
3232
send_mail(request, to, None, subject,
3333
"wgcharter/email_secretariat.txt",
3434
dict(text=text,
35+
group=group,
3536
group_url=settings.IDTRACKER_BASE_URL + urlreverse('wg_charter', kwargs=dict(acronym=group.acronym)),
3637
charter_url=settings.IDTRACKER_BASE_URL + urlreverse('doc_view', kwargs=dict(name=group.charter.name)),
3738
)

0 commit comments

Comments
 (0)