mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Rename template_content to content
`template_content` is a template that hasn't had its placeholders filled in whereas content is where it would have (which is what has happened above)
This commit is contained in:
@@ -2267,7 +2267,7 @@ class BroadcastMessage(db.Model):
|
||||
'template_id': str(self.template_id),
|
||||
'template_version': self.template_version,
|
||||
'template_name': self.template.name,
|
||||
'template_content': self.content,
|
||||
'content': self.content,
|
||||
|
||||
'personalisation': self.personalisation,
|
||||
'areas': self.areas.get("areas", []),
|
||||
|
||||
Reference in New Issue
Block a user