Touch up styles on current task order panel

This commit is contained in:
Patrick Smith
2019-02-09 14:49:59 -05:00
parent 51687dabff
commit fede9f81ee
4 changed files with 83 additions and 63 deletions

View File

@@ -78,7 +78,6 @@ def portfolio_reports(portfolio_id):
cumulative_budget=Reports.cumulative_budget(portfolio),
portfolio_totals=Reports.portfolio_totals(portfolio),
monthly_totals=Reports.monthly_totals(portfolio),
jedi_request=portfolio.request,
task_order=task_order,
current_month=current_month,
prev_month=prev_month,