mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 21:44:11 -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():
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="tablet:grid-col-10 padding-left-4 usa-prose site-prose">
|
||||
<div class="tablet:grid-col-10 tablet:padding-left-4 usa-prose site-prose">
|
||||
{% else %}
|
||||
<div class="tablet:grid-col-10">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user