Always offer option to add new sender

Not sure why we had this logic. We shouldn’t make you jump over to the
settings page if none of the available options are right for this
letter.
This commit is contained in:
Chris Hill-Scott
2019-07-08 09:54:01 +01:00
parent fe7c3259c2
commit 90f56353ab
2 changed files with 9 additions and 8 deletions

View File

@@ -23,9 +23,7 @@
hide_legend=True
) }}
{{ page_footer('Continue') }}
{% if no_senders %}
<a href="{{ url_for('.service_add_letter_contact', service_id=current_service.id, from_template=template_id) }}">Add new sender</a>
{% endif %}
<a href="{{ url_for('.service_add_letter_contact', service_id=current_service.id, from_template=template_id) }}">Add new sender</a>
{% endcall %}
</div>
</div>