diff --git a/templates/workspace_reports.html b/templates/workspace_reports.html index 29bc5eaa..3f15244d 100644 --- a/templates/workspace_reports.html +++ b/templates/workspace_reports.html @@ -4,14 +4,12 @@ {% block workspace_content %} - {{ Alert('Funding Information & Reports for Workspace 123', + {{ Alert("Funding Information & Reports for Workspace " + workspace_id, message="
On this screen you'll find detailed reporting information on this workspace. This message needs to be written better and be dismissable.
", actions=[ {"label": "Learn More", "href": "/", "icon": "info"}, {"label": "Dismiss", "href": "/"} - ], - level='warning' - ) }} + ] ) }}