Skip to content

Commit 523c126

Browse files
authored
Merge pull request hack4impact#166 from anselal/refactor_admin_blueprint
Fix import error on hack4impact#162
2 parents 37c27fc + c27ca72 commit 523c126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import render_template
22

3-
from app.main import main
3+
from app.main.views import main
44

55

66
@main.app_errorhandler(403)

0 commit comments

Comments
 (0)