mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Added current_service to flask context and template context.
Fix all tests and conflicts. Removed comment line.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
{{ page_footer(
|
||||
secondary_link = url_for('.view_job', service_id=service_id, job_id=job_id),
|
||||
secondary_link = url_for('.view_job', service_id=current_service.id, job_id=job_id),
|
||||
secondary_link_text = 'View other messages in this job'
|
||||
) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user