mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Stop referring to service.postage
All templates have postage now and we will be getting rid of `service.postage`.
This commit is contained in:
@@ -332,7 +332,7 @@ def get_template(
|
|||||||
image_url=letter_preview_url,
|
image_url=letter_preview_url,
|
||||||
page_count=int(page_count),
|
page_count=int(page_count),
|
||||||
contact_block=template['reply_to_text'],
|
contact_block=template['reply_to_text'],
|
||||||
postage=template.get('postage') or service.postage,
|
postage=template['postage'],
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return LetterPreviewTemplate(
|
return LetterPreviewTemplate(
|
||||||
|
|||||||
Reference in New Issue
Block a user