Use dollar formatting

This commit is contained in:
leigh-mil 2019-08-02 16:19:42 -04:00
parent 4e71b6dcef
commit 12dc805465

View File

@ -82,7 +82,7 @@
<h3>Task Order #{{ task_order.number }}</h3>
</div>
<div class="card__body">
<b>Obligated amount: </b>${{ task_order.total_obligated_funds }}
<b>Obligated amount: </b>{{ task_order.total_obligated_funds | dollars }}
</div>
</div>
{% endfor %}