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 %}