mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Recognise that broadcast messages include content
The content attribute needs to be added to the model so we can use it later.
This commit is contained in:
@@ -24,6 +24,7 @@ class BroadcastMessage(JSONModel):
|
||||
'template_id',
|
||||
'template_name',
|
||||
'template_version',
|
||||
'content',
|
||||
'service_id',
|
||||
'created_by',
|
||||
'personalisation',
|
||||
|
||||
Reference in New Issue
Block a user