mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
moved join-notify out of about
This commit is contained in:
@@ -301,10 +301,10 @@ def why_text_messaging():
|
||||
)
|
||||
|
||||
|
||||
@main.route("/about/join-notify")
|
||||
@main.route("/join-notify")
|
||||
def join_notify():
|
||||
return render_template(
|
||||
"views/about/join-notify.html",
|
||||
"views/join-notify.html",
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -114,8 +114,4 @@ def about_notify_nav():
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Join Notify",
|
||||
"link": "main.join_notify",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user