mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Revert "Merge pull request #1333 from alphagov/fix-empty-table-message"
This reverts commit114bac7b80, reversing changes made to69445380d9.
This commit is contained in:
@@ -386,7 +386,7 @@ def get_job_partials(job):
|
||||
|
||||
|
||||
def add_preview_of_content_to_notifications(notifications):
|
||||
return [
|
||||
return (
|
||||
dict(
|
||||
preview_of_content=(
|
||||
str(Template(notification['template'], notification['personalisation']))
|
||||
@@ -396,4 +396,4 @@ def add_preview_of_content_to_notifications(notifications):
|
||||
**notification
|
||||
)
|
||||
for notification in notifications
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user