mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:08:24 -04:00
platform admins can toggle services from seeing letters
This commit is contained in:
@@ -88,12 +88,12 @@
|
||||
{{ 'Make service live' if current_service.restricted else 'Revert service to trial mode' }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="bottom-gutter">
|
||||
<a href="{{ url_for('.service_switch_research_mode', service_id=current_service.id) }}" class="button">
|
||||
{{ 'Take service out of research mode' if current_service.research_mode else 'Put into research mode' }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="bottom-gutter">
|
||||
<a href="{{ url_for('.service_switch_can_send_letters', service_id=current_service.id) }}" class="button">
|
||||
{{ 'Stop sending letters' if current_service.can_send_letters else 'Allow to send letters' }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user