mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
added content and styling
This commit is contained in:
@@ -295,6 +295,14 @@ def about_notify():
|
||||
)
|
||||
|
||||
|
||||
@main.route("/about/join-notify")
|
||||
def join_notify():
|
||||
return render_template(
|
||||
"views/about/join-notify.html",
|
||||
navigation_links=about_notify_nav(),
|
||||
)
|
||||
|
||||
|
||||
@main.route("/using-notify/guidance/create-and-send-messages")
|
||||
@user_is_logged_in
|
||||
def create_and_send_messages():
|
||||
|
||||
@@ -113,4 +113,8 @@ def about_notify_nav():
|
||||
"name": "About notify",
|
||||
"link": "main.about_notify",
|
||||
},
|
||||
{
|
||||
"name": "Join Notify",
|
||||
"link": "main.join_notify",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user