mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
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:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user