mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 04:28:25 -04:00
fixed test
This commit is contained in:
@@ -213,7 +213,7 @@ def rules_and_regulations():
|
||||
@user_is_logged_in
|
||||
def establish_trust():
|
||||
return render_template(
|
||||
"views/guidance/index.html",
|
||||
"views/guidance/establish-trust.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
@@ -238,16 +238,6 @@ def multiple_languages():
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/as-people-receive-text")
|
||||
@user_is_logged_in
|
||||
def as_people_receive_text():
|
||||
return render_template(
|
||||
"views/guidance/index.html",
|
||||
navigation_links=guidance_nav(),
|
||||
title="As People Receive Text",
|
||||
)
|
||||
|
||||
|
||||
@main.route("/using-notify/guidance")
|
||||
@user_is_logged_in
|
||||
def guidance_index():
|
||||
|
||||
Reference in New Issue
Block a user