mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Don't use service default postage, but template postage instead
This commit is contained in:
@@ -390,7 +390,7 @@ def get_job_partials(job, template):
|
||||
if notifications['notifications']:
|
||||
postage = notifications['notifications'][0]['postage']
|
||||
else:
|
||||
postage = current_service.postage
|
||||
postage = template['postage']
|
||||
|
||||
counts = render_template(
|
||||
'partials/jobs/count-letters.html',
|
||||
|
||||
Reference in New Issue
Block a user