Remove allow/stop send pdf letters button.

Now that we only use the pdf letter flow, we can remove the button for the platform admin users.
This commit is contained in:
Rebecca Law
2018-02-14 17:09:13 +00:00
parent 24a82b4812
commit 3f52454691
3 changed files with 0 additions and 21 deletions

View File

@@ -310,13 +310,6 @@
{{ 'Stop sending emails' if 'email' in current_service.permissions else 'Allow to send emails' }}
</a>
</li>
{% if 'letter' in current_service.permissions %}
<li class="bottom-gutter">
<a href="{{ url_for('.service_switch_send_letters_as_pdf', service_id=current_service.id) }}" class="button">
{{ 'Stop sending letters as PDF' if 'letters_as_pdf' in current_service.permissions else 'Send letters as PDF' }}
</a>
</li>
{% endif %}
<li class="bottom-gutter">
<a href="{{ url_for('.service_switch_can_send_sms', service_id=current_service.id) }}" class="button">
{{ 'Stop sending sms' if 'sms' in current_service.permissions else 'Allow to send sms' }}