Skip to content

Commit

Permalink
update for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswebb09 committed Jan 9, 2024
1 parent b254e5d commit 58f0d75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DirectReport/browserview/dashboard/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,9 @@ def dashboard_saved_report(uid=None):
"1 year": 30,
}
return render_template(
'archived_report.html', title='Team Report', data=report, raw_input={"raw_input": report["raw_input"]}, report=report["report"]
'archived_report.html',
title='Team Report',
data=report,
raw_input={"raw_input": report["raw_input"]},
report=report["report"],
)

0 comments on commit 58f0d75

Please sign in to comment.