mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:08:24 -04:00
Added current_service to flask context and template context.
Fix all tests and conflicts. Removed comment line.
This commit is contained in:
@@ -9,7 +9,6 @@ from app.main import main
|
||||
def tour(service_id, page):
|
||||
return render_template(
|
||||
'views/tour/{}.html'.format(page),
|
||||
service_id=service_id, # TODO: fix when Nick’s PR is merged
|
||||
current_page=page,
|
||||
next_page=(page + 1)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user