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