diff --git a/templates/portfolios/reports/application_and_env_spending.html b/templates/portfolios/reports/application_and_env_spending.html index c7d94f55..f881ed74 100644 --- a/templates/portfolios/reports/application_and_env_spending.html +++ b/templates/portfolios/reports/application_and_env_spending.html @@ -3,9 +3,6 @@

Funds Expended per Application and Environment

- {% set current_month_index = current_month.strftime('%m/%Y') %} - {% set prev_month_index = prev_month.strftime('%m/%Y') %} - {% if not portfolio.applications %} {% set can_create_applications = user_can(permissions.CREATE_APPLICATION) %}