mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
fixed test
This commit is contained in:
+1
-11
@@ -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/index.html",
|
"views/guidance/establish-trust.html",
|
||||||
navigation_links=guidance_nav(),
|
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")
|
@main.route("/using-notify/guidance")
|
||||||
@user_is_logged_in
|
@user_is_logged_in
|
||||||
def guidance_index():
|
def guidance_index():
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</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 %}
|
{% else %}
|
||||||
<div class="tablet:grid-col-10">
|
<div class="tablet:grid-col-10">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user