Skip to content

Commit

Permalink
Make incomplete salary more generic, since it's past 2021 now (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Jan 9, 2022
1 parent eef7d5f commit 52d5f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenOversight/app/templates/partials/officer_salary.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Salary</h3>
<td>{{ '${:,.2f}'.format(salary.overtime_pay) }}</td>
<td>{{ '${:,.2f}'.format(total) }}</td>
{% elif salary.overtime_pay < 0 %}
<td>(year incomplete)</td>
<td>(data incomplete)</td>
<td></td>
{% else %}
<td>$0</td>
Expand Down

0 comments on commit 52d5f60

Please sign in to comment.