Add context processor to put allow accessing workspace in template

This commit is contained in:
Patrick Smith
2018-08-21 14:52:06 -04:00
parent f8c3ac824a
commit 34d652f33a
3 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
{% block workspace_content %}
{{ Alert("Funding Information & Reports for Workspace " + workspace_id,
{{ Alert("Funding Information & Reports for Workspace " + workspace.name,
message="<p>On this screen you'll find detailed reporting information on this workspace. This message needs to be written better and be dismissable.</p>",
actions=[
{"label": "Learn More", "href": "/", "icon": "info"},