Let users delete letter contact blocks

Because they can delete email reply to addresses and text message
senders.
This commit is contained in:
Chris Hill-Scott
2019-07-04 16:11:19 +01:00
parent bb99ff27c9
commit 17bf06d04c
6 changed files with 92 additions and 2 deletions

View File

@@ -33,7 +33,11 @@
{{ checkbox(form.is_default) }}
</div>
{% endif %}
{{ page_footer('Save') }}
{{ page_footer(
'Save',
delete_link=url_for('.service_confirm_delete_letter_contact', service_id=current_service.id, letter_contact_id=letter_contact_id),
delete_link_text='Delete'
) }}
{% endcall %}
{% endblock %}