diff --git a/app/main/views/templates.py b/app/main/views/templates.py index 79ef96cdb..f3939a481 100644 --- a/app/main/views/templates.py +++ b/app/main/views/templates.py @@ -77,7 +77,7 @@ def view_template(service_id, template_id): filetype='png', ), show_recipient=True, - page_count=get_page_count_for_letter(template), + page_count=page_count, ), template_postage=template["postage"], user_has_template_permission=user_has_template_permission,