mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:19:50 -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')
|
return render_template('views/cookies.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route('/privacy')
|
||||||
|
def privacy():
|
||||||
|
return render_template('views/privacy.html')
|
||||||
|
|
||||||
|
|
||||||
@main.route('/trial-mode')
|
@main.route('/trial-mode')
|
||||||
def trial_mode():
|
def trial_mode():
|
||||||
return redirect(url_for('.using_notify') + '#trial-mode', 301)
|
return redirect(url_for('.using_notify') + '#trial-mode', 301)
|
||||||
|
|||||||
Reference in New Issue
Block a user