add link for editing workspace info to task order box on reports page

This commit is contained in:
dandds
2018-09-24 09:55:31 -04:00
committed by Andrew Croce
parent 1768dea235
commit 041d16539d

View File

@@ -78,7 +78,7 @@
</div> </div>
</dl> </dl>
<a href='#' class='icon-link'> <a href='{{ url_for("workspaces.workspace", workspace_id=workspace.id) }}' class='icon-link'>
Manage Task Order Manage Task Order
</a> </a>
</div> </div>