Be explicit that ‘test’ goes out on real networks

Adding ‘all networks’ whenever we mention the using the test channel
without a restriction to a single network should help reinforce that
this sends real alerts.
This commit is contained in:
Chris Hill-Scott
2021-05-12 11:33:09 +01:00
parent e45bd485e8
commit d38f44ec69
5 changed files with 27 additions and 15 deletions

View File

@@ -26,7 +26,9 @@
<span class="navigation-service-type navigation-service-type--live">Live
{% elif current_service.broadcast_channel == 'test' %}
<span class="navigation-service-type navigation-service-type--live">{{ current_service.broadcast_channel|title }}
{% if current_service.allowed_broadcast_provider != "all" %}
{% if current_service.allowed_broadcast_provider == "all" %}
(all networks)
{% else %}
({{ current_service.allowed_broadcast_provider }})
{% endif %}
{% else %}