From 52d5f60279e5c72d5608c482645d3c26b1418580 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Sun, 9 Jan 2022 12:09:18 -0800 Subject: [PATCH] Make incomplete salary more generic, since it's past 2021 now (#108) --- OpenOversight/app/templates/partials/officer_salary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenOversight/app/templates/partials/officer_salary.html b/OpenOversight/app/templates/partials/officer_salary.html index 3b7aa972c..aad65a447 100644 --- a/OpenOversight/app/templates/partials/officer_salary.html +++ b/OpenOversight/app/templates/partials/officer_salary.html @@ -21,7 +21,7 @@

Salary

{{ '${:,.2f}'.format(salary.overtime_pay) }} {{ '${:,.2f}'.format(total) }} {% elif salary.overtime_pay < 0 %} - (year incomplete) + (data incomplete) {% else %} $0