Skip to content

Commit

Permalink
Fix empty new hires table (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay authored Oct 31, 2023
1 parent fb838f7 commit 5b93b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions back/admin/people/templates/new_hires.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
</a>
</td>
</tr>
{% empty %}
<tr>
<td colspan="5">
{% translate "There are no new hires right now" %}
</td>
</tr>
{% endfor %}
</tbody>
</table>
Expand Down

0 comments on commit 5b93b86

Please sign in to comment.