mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 20:29:49 -04:00
Update page title and H1
This commit is contained in:
committed by
Chris Hill-Scott
parent
a3519bb331
commit
82f9472440
@@ -4,7 +4,7 @@
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Upload a letter
|
||||
Upload a one-off letter
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -19,10 +19,10 @@
|
||||
{% endcall %}
|
||||
{% else %}
|
||||
{{ page_header(
|
||||
'Upload a letter',
|
||||
'Upload a one-off letter',
|
||||
back_link=url_for('main.uploads', service_id=current_service.id)
|
||||
) }}
|
||||
<p>Upload a single letter as a PDF and we'll print, pack and post it for you.</p>
|
||||
<p>Upload a single letter as a PDF and we’ll print, pack and post it for you.</p>
|
||||
<p>You can use this feature if you send a lot of one-off letters or if our reusable letter templates do not meet your needs.</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user