diff --git a/app/main/views/index.py b/app/main/views/index.py index 475fd4e82..854f2411a 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -268,7 +268,7 @@ def notify_service_ending(): return render_template( "views/notify-service-ending.html", - navigation_links = navigation_links + navigation_links=navigation_links )