diff --git a/var/www/blueprints/root.py b/var/www/blueprints/root.py index 2cf4796f..90e25c65 100644 --- a/var/www/blueprints/root.py +++ b/var/www/blueprints/root.py @@ -305,9 +305,3 @@ def logout(): @login_required def role(): return render_template("error/403.html"), 403 - -@root.route('/searchbox/') -@login_required -@login_read_only -def searchbox(): - return render_template("searchbox.html") diff --git a/var/www/modules/dashboard/templates/index.html b/var/www/modules/dashboard/templates/index.html index 9e2f4d86..10dc5a03 100644 --- a/var/www/modules/dashboard/templates/index.html +++ b/var/www/modules/dashboard/templates/index.html @@ -74,12 +74,9 @@