From 6332315f715c07c2c68f36f968856c19355134d4 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Tue, 10 Dec 2019 11:13:21 -0500 Subject: [PATCH] Remove unecessary template vars --- templates/portfolios/reports/application_and_env_spending.html | 3 --- 1 file changed, 3 deletions(-) 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) %}