mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-15 19:01:04 -04:00
fixed flake8
This commit is contained in:
@@ -177,6 +177,7 @@ def trial_mode_new():
|
||||
navigation_links=using_notify_nav(),
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance")
|
||||
@user_is_logged_in
|
||||
def guidance():
|
||||
@@ -185,6 +186,7 @@ def guidance():
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/clear-goals")
|
||||
@user_is_logged_in
|
||||
def clear_goals():
|
||||
@@ -194,6 +196,7 @@ def clear_goals():
|
||||
title="Clear Goals"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/rules-and-regulations")
|
||||
@user_is_logged_in
|
||||
def rules_and_regulations():
|
||||
@@ -203,6 +206,7 @@ def rules_and_regulations():
|
||||
title="Rules and Regulations"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/establish-trust")
|
||||
@user_is_logged_in
|
||||
def establish_trust():
|
||||
@@ -212,6 +216,7 @@ def establish_trust():
|
||||
title="Establish Trust"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/write-for-action")
|
||||
@user_is_logged_in
|
||||
def write_for_action():
|
||||
@@ -221,6 +226,7 @@ def write_for_action():
|
||||
title="Write For Action"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/multiple-languages")
|
||||
@user_is_logged_in
|
||||
def multiple_languages():
|
||||
@@ -230,6 +236,7 @@ def multiple_languages():
|
||||
title="Multiple Languages"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/get-the-word-out")
|
||||
@user_is_logged_in
|
||||
def get_the_word_out():
|
||||
@@ -239,6 +246,7 @@ def get_the_word_out():
|
||||
title="Get the Word Out"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/as-people-receive-text")
|
||||
@user_is_logged_in
|
||||
def as_people_receive_text():
|
||||
@@ -248,6 +256,7 @@ def as_people_receive_text():
|
||||
title="As People Receive Text"
|
||||
)
|
||||
|
||||
|
||||
@main.route("/using-notify/guidance")
|
||||
@user_is_logged_in
|
||||
def guidance_index():
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content_column_content %}
|
||||
{% block GuidanceNavBreadcrumb %}{% include "components/guidance_nav_breadcrumb.html" %}{% endblock %}
|
||||
{% block guidanceNavBreadcrumb %}{% include "components/guidance_nav_breadcrumb.html" %}{% endblock %}
|
||||
|
||||
<h1 id="guidance-h1" class="font-body-2xl margin-bottom-3">Guidance</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user