Skip to content

Commit

Permalink
Add clarification regarding assignment history (#402)
Browse files Browse the repository at this point in the history
* Add clarification regarding assignment history

* Update OpenOversight/app/templates/partials/officer_assignment_history.html

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

---------

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
  • Loading branch information
sea-kelp and AetherUnbound authored Feb 6, 2024
1 parent 6cd9857 commit 7bf658c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<h3>Assignment History</h3>
{% if officer.department.short_name == 'SPD' %}
<div class="alert alert-warning">
Assignment changes are estimated based on title changes between rosters obtained from the department.
As a result, no assignments from before 2011 are available at this time.
</div>
{% endif %}
<table class="table table-hover">
<tr>
<th>
Expand Down

0 comments on commit 7bf658c

Please sign in to comment.