mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Edit template postage from a separate view
This commit is contained in:
16
app/templates/partials/templates/guidance-postage.html
Normal file
16
app/templates/partials/templates/guidance-postage.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<h2 class="heading-medium">
|
||||
Delivery times
|
||||
</h2>
|
||||
<p>
|
||||
Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).
|
||||
</p>
|
||||
<p>
|
||||
First class letters are delivered one day after they're dispatched. Second class letters are delivered 2 days after they're dispatched.
|
||||
</p>
|
||||
<p>
|
||||
Royal Mail delivers from Monday to Saturday, excluding bank holidays.
|
||||
</p>
|
||||
<a href="{{ url_for('.pricing') + '#letters'}}">See a list of postage prices.</a>
|
||||
<p>
|
||||
<a href="{{ url_for('.view_template', service_id=service_id, template_id=template_id) }}">Back to template</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user