mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
fix test
This commit is contained in:
@@ -186,7 +186,7 @@ def trial_mode_new():
|
||||
@user_is_logged_in
|
||||
def guidance():
|
||||
return render_template(
|
||||
"views/guidance/guidance.html",
|
||||
"views/guidance/index.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
@@ -195,7 +195,7 @@ def guidance():
|
||||
@user_is_logged_in
|
||||
def clear_goals():
|
||||
return render_template(
|
||||
"views/guidance/clear-goals.html",
|
||||
"views/guidance/index.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
@@ -204,7 +204,7 @@ def clear_goals():
|
||||
@user_is_logged_in
|
||||
def rules_and_regulations():
|
||||
return render_template(
|
||||
"views/guidance/rules-and-regulations.html",
|
||||
"views/guidance/index.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
@@ -213,7 +213,7 @@ def rules_and_regulations():
|
||||
@user_is_logged_in
|
||||
def establish_trust():
|
||||
return render_template(
|
||||
"views/guidance/establish-trust.html",
|
||||
"views/guidance/index.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"api_keys",
|
||||
"archive_service",
|
||||
"archive_user",
|
||||
"as_people_receive_text",
|
||||
"begin_tour",
|
||||
"billing_details",
|
||||
"callbacks",
|
||||
@@ -106,7 +105,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"get_notifications_as_json",
|
||||
"get_started",
|
||||
"get_started_old",
|
||||
"get_the_word_out",
|
||||
"go_to_dashboard_after_tour",
|
||||
"guest_list",
|
||||
"guidance",
|
||||
|
||||
Reference in New Issue
Block a user