Merge pull request #2324 from alphagov/state_postage

Display postage on letter notification page
This commit is contained in:
Pea (Malgorzata Tyczynska)
2018-09-25 13:36:34 +01:00
committed by GitHub
4 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,9 @@
</p>
{% if template.template_type == 'letter' %}
<p>
Postage: {{ postage }} class
</p>
<p>
Estimated delivery date: {{ estimated_letter_delivery_date|string|format_date_short }}
</p>