mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Removed unused get template call
This commit is contained in:
@@ -92,10 +92,6 @@ def view_job(service_id, job_id):
|
||||
job.get('notifications_failed', 0)
|
||||
) == 0),
|
||||
uploaded_file_name=job['original_file_name'],
|
||||
first_email_template=[
|
||||
template for template in service_api_client.get_service_templates(service_id)['data']
|
||||
if template['template_type'] == 'email'
|
||||
][0] if request.args.get('help') else None,
|
||||
template=Template(
|
||||
template,
|
||||
prefix=current_service['name']
|
||||
|
||||
Reference in New Issue
Block a user