diff --git a/routes/__init__.py b/routes/__init__.py index 8ed905c..8b3c96b 100644 --- a/routes/__init__.py +++ b/routes/__init__.py @@ -2,7 +2,6 @@ from flask import Blueprint routes = Blueprint('routes', __name__) from .dashboard import * -from ._search import * from ._matches import * from ._hkfcD_motm import * from ._convenor import * diff --git a/templates/dashboard.html b/templates/dashboard.html index b9e4df6..fa1289e 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -12,18 +12,6 @@ Dashboard {% block body %}