Skip to content

Commit

Permalink
Add cancelled status badge to row.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tubo committed Jan 17, 2024
1 parent e4d112c commit 2c8cf5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radscheduler/templates/leaves/row.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<td>
{% if row.reg_approved == None %}
<span class="badge text-bg-secondary">Not processed</span>
{% elif row.cancelled %}
<span class="badge text-bg-danger">Cancelled</span>
{% elif row.reg_approved %}
{% if row.dot_approved == None %}
<span class="badge text-bg-warning">Processing</span>
Expand Down

0 comments on commit 2c8cf5b

Please sign in to comment.