mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 17:59:45 -04:00
Adding the privacy page to the routes
This commit is contained in:
@@ -37,6 +37,11 @@ def cookies():
|
||||
return render_template('views/cookies.html')
|
||||
|
||||
|
||||
@main.route('/privacy')
|
||||
def privacy():
|
||||
return render_template('views/privacy.html')
|
||||
|
||||
|
||||
@main.route('/trial-mode')
|
||||
def trial_mode():
|
||||
return redirect(url_for('.using_notify') + '#trial-mode', 301)
|
||||
|
||||
Reference in New Issue
Block a user