From 968f7881e784746a8a878bcc5f930a390121e742 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 24 Sep 2024 10:01:56 -0700 Subject: [PATCH] fixed test --- app/main/views/index.py | 12 +----------- app/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index d3b495d6c..ebe1adf9d 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -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(): diff --git a/app/templates/base.html b/app/templates/base.html index f78ca0f2e..92e506864 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -72,7 +72,7 @@ -
+
{% else %}
{% endif %}