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 %}