mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Stop checking for allowed_broadcast_provider being None
The current_service.allowed_broadcast_provider is now always "all" or one of the four providers, which means we can simply the code by not checking if it is None.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{% else %}
|
||||
<span class="navigation-service-type navigation-service-type--live">Live
|
||||
{% endif %}
|
||||
{% if current_service.allowed_broadcast_provider and current_service.allowed_broadcast_provider != "all" %}
|
||||
{% if current_service.allowed_broadcast_provider != "all" %}
|
||||
({{ current_service.allowed_broadcast_provider }})
|
||||
{% endif %}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user