Add guidance about the contact block

This commit is contained in:
Chris Hill-Scott
2017-03-03 14:18:20 +00:00
parent db7aa3aa75
commit 68113e764f
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<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,6 +29,7 @@
<aside class="column-whole">
{% include "partials/templates/guidance-formatting-letters.html" %}
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-contact-block.html" %}
</aside>
</div>
</form>