From 93ae48ea83007b2c66b092b6db3c5dd6246511e4 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 25 Sep 2018 09:45:30 -0400 Subject: [PATCH] use url_for --- templates/workspaces/reports/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 79ea756e..7df90c80 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -10,7 +10,7 @@ message="

Track your monthly and cumulative expenditures for your workspace, projects, and environments below.

\

Please note that the projected spend is based on the average expense over the last three completed months and therefore does not account for future changes that might be made in scale or configuration of your cloud services.

", actions=[ - {"label": "Learn More", "href": "/help", "icon": "info"} + {"label": "Learn More", "href": url_for('atst.helpdocs'), "icon": "info"} ] ) }}