mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:28:26 -04:00
removed logged in
This commit is contained in:
@@ -898,7 +898,7 @@ li.linked-card:hover svg,
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-icon-list {
|
.icon-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@@ -908,10 +908,6 @@ li.linked-card:hover svg,
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-icon-list__content{
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indented-paragraph {
|
.indented-paragraph {
|
||||||
margin-left: calc(24px + 4px);
|
margin-left: calc(24px + 4px);
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|||||||
@@ -275,15 +275,6 @@ def benchmark_performance():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@main.route("/about/why-text-messaging")
|
|
||||||
@user_is_logged_in
|
|
||||||
def why_text_messaging():
|
|
||||||
return render_template(
|
|
||||||
"views/about/why-text-messaging.html",
|
|
||||||
navigation_links=about_notify_nav(),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@main.route("/using-notify/guidance")
|
@main.route("/using-notify/guidance")
|
||||||
@main.route("/guides/using-notify/guidance")
|
@main.route("/guides/using-notify/guidance")
|
||||||
@user_is_logged_in
|
@user_is_logged_in
|
||||||
@@ -305,6 +296,14 @@ def about_notify():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/about/why-text-messaging")
|
||||||
|
def why_text_messaging():
|
||||||
|
return render_template(
|
||||||
|
"views/about/why-text-messaging.html",
|
||||||
|
navigation_links=about_notify_nav(),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@main.route("/using-notify/guidance/create-and-send-messages")
|
@main.route("/using-notify/guidance/create-and-send-messages")
|
||||||
@user_is_logged_in
|
@user_is_logged_in
|
||||||
def create_and_send_messages():
|
def create_and_send_messages():
|
||||||
|
|||||||
Reference in New Issue
Block a user