mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Change layout and add placeholder content
This commit is contained in:
committed by
Chris Hill-Scott
parent
0a43e91372
commit
d92809ac47
@@ -22,6 +22,7 @@
|
|||||||
'Upload a letter',
|
'Upload a letter',
|
||||||
back_link=url_for('main.uploads', service_id=current_service.id)
|
back_link=url_for('main.uploads', service_id=current_service.id)
|
||||||
) }}
|
) }}
|
||||||
|
<p>If a reusable letter template does not meet your needs, you can upload and send a one-off letter instead.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -32,9 +33,10 @@
|
|||||||
show_errors=False
|
show_errors=False
|
||||||
)}}
|
)}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 class="heading-medium">Your file must meet our letter specification TBC</h2>
|
||||||
<p>You can upload a single letter as a PDF.</p>
|
<p>You can upload a single letter as a PDF.</p>
|
||||||
<p>Your file must meet our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.upload_a_letter', _anchor='letter-specification') }}">letter specification</a>.</p>
|
<p>Your file must meet our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.upload_a_letter', _anchor='letter-specification') }}">letter specification</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user