mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Update page title and H1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{% from "components/page-header.html" import page_header %}
|
{% from "components/page-header.html" import page_header %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
Upload a letter
|
Upload a one-off letter
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
@@ -19,10 +19,10 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ page_header(
|
{{ page_header(
|
||||||
'Upload a letter',
|
'Upload a one-off letter',
|
||||||
back_link=url_for('main.uploads', service_id=current_service.id)
|
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>
|
<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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user