From 12dc80546587d7e145bddc8e531fafda2de5f0f6 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Fri, 2 Aug 2019 16:19:42 -0400 Subject: [PATCH] Use dollar formatting --- 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 f9c10e31..5371c95d 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -82,7 +82,7 @@

Task Order #{{ task_order.number }}

- Obligated amount: ${{ task_order.total_obligated_funds }} + Obligated amount: {{ task_order.total_obligated_funds | dollars }}
{% endfor %}