From f542af06be4b35ace0b652f1d4074486386d2534 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 5 Jun 2019 12:41:40 -0400 Subject: [PATCH] Use obligated amount for TO description --- templates/portfolios/task_orders/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index 5ea017de..c1431362 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -56,7 +56,7 @@

Task Order {{ task_order.number }}

- This is a TO description. This is a TO description. This is a TO description. This is a TO description. This is a TO description. This is a TO description. + Obligated amount: ${{ task_order.total_obligated_funds }}
{% endfor %}