mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-26 02:49:16 -04:00
Add guidance about the contact block
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user