mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:58:24 -04:00
Cookie streamlining (#493)
* remove cookie banner * remove form from cookies.html * move cookie content to privacy page
This commit is contained in:
@@ -41,11 +41,6 @@ def error(status_code):
|
||||
abort(status_code)
|
||||
|
||||
|
||||
@main.route('/cookies')
|
||||
def cookies():
|
||||
return render_template('views/cookies.html')
|
||||
|
||||
|
||||
@main.route('/privacy')
|
||||
def privacy():
|
||||
return render_template('views/privacy.html')
|
||||
|
||||
Reference in New Issue
Block a user