add test for no carriers to display

This commit is contained in:
Yisroel Baum 2025-11-09 21:02:59 +02:00
parent 0400282b03
commit 2e7d67adde
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 8 additions and 3 deletions

View file

@ -39,6 +39,8 @@
{% endfor %}
</tbody>
</table>
{% else %}
<p>No Carriers to Display</p>
{% endif %}
</body>
</html>