Skip to content

Commit 513e604

Browse files
committed
Added a 'domain' variable to context supplied to the agenda_package.txt template. Fixes issue ietf-tools#2793.
- Legacy-Id: 16707
1 parent aafc66c commit 513e604

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/iesg/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def agenda_package(request, date=None):
292292
"minutes": data["sections"]["1.3"]["text"],
293293
"minutes_url": settings.IESG_MINUTES_URL,
294294
"management_items": [(num, section) for num, section in data["sections"].items() if "6" < num < "7"],
295+
"domain": Site.objects.get_current().domain,
295296
}, content_type='text/plain')
296297

297298

0 commit comments

Comments
 (0)