04/27 Fixed some issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import logging
|
||||
from flask import Blueprint, render_template
|
||||
from flask_login import login_required, current_user
|
||||
from app import db
|
||||
@@ -13,6 +14,8 @@ from app.utils.time_utils import now_eastern
|
||||
|
||||
bp = Blueprint('dashboard', __name__)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@bp.route('/')
|
||||
@bp.route('/dashboard')
|
||||
|
||||
Reference in New Issue
Block a user