Updated service settings for international sms

This commit is contained in:
Ken Tsang
2017-04-24 13:52:10 +01:00
parent eb9214978e
commit b1706fd213
5 changed files with 21 additions and 0 deletions

View File

@@ -126,6 +126,11 @@
{{ 'Stop sending letters' if current_service.can_send_letters else 'Allow to send letters' }}
</a>
</li>
<li class="bottom-gutter">
<a href="{{ url_for('.service_switch_can_send_international_sms', service_id=current_service.id) }}" class="button">
{{ 'Stop sending international sms' if current_service.can_send_international_sms else 'Allow to send international sms' }}
</a>
</li>
{% if current_service.active %}
<li class="bottom-gutter">
<a href="{{ url_for('.archive_service', service_id=current_service.id) }}" class="button">