Remove contact block guidance from edit page

This page is not the place where you edit the contact details. Nor is
it the place where you can preview changes to the contact block. In
research users never found the link to get from this page to the edit
contact details page. So this commit removes it.
This commit is contained in:
Chris Hill-Scott
2017-04-03 10:28:23 +01:00
parent 2b325ec572
commit 61ccc8ad51
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
<h2 class="heading-medium">Contact details</h2>
<p>
Add contact details for your service in
<a href="{{ url_for('.service_set_letter_contact_block', service_id=current_service.id) }}">settings</a>.
</p>
<p>
The text will appear in the top right of all letters your service sends.
</p>

View File

@@ -29,7 +29,6 @@
<aside class="column-three-quarters">
{% include "partials/templates/guidance-formatting-letters.html" %}
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-contact-block.html" %}
</aside>
</div>
</form>