Display areas that aren’t in the library

This commit is contained in:
Chris Hill-Scott
2021-01-26 10:14:04 +00:00
parent e2ecff050d
commit 60aa2d2b42
4 changed files with 91 additions and 2 deletions

View File

@@ -657,6 +657,7 @@ def broadcast_message_json(
approved_by_id=None,
cancelled_by_id=None,
areas=None,
simple_polygons=None,
content=None,
reference=None,
template_name='Example template',
@@ -676,6 +677,7 @@ def broadcast_message_json(
'areas': areas or [
'ctry19-E92000001', 'ctry19-S92000003',
],
'simple_polygons': simple_polygons or [],
'status': status,