Added a 'domain' variable to context supplied to the agenda_package.txt template. Fixes issue #2793.
- Legacy-Id: 16707
This commit is contained in:
parent
aafc66c490
commit
513e60432b
|
@ -292,6 +292,7 @@ def agenda_package(request, date=None):
|
|||
"minutes": data["sections"]["1.3"]["text"],
|
||||
"minutes_url": settings.IESG_MINUTES_URL,
|
||||
"management_items": [(num, section) for num, section in data["sections"].items() if "6" < num < "7"],
|
||||
"domain": Site.objects.get_current().domain,
|
||||
}, content_type='text/plain')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue