mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Fix missing import
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
from flask import render_template, current_app
|
from flask import (
|
||||||
|
render_template,
|
||||||
|
flash
|
||||||
|
)
|
||||||
|
|
||||||
from app.main import main
|
from app.main import main
|
||||||
from app.main.dao import users_dao
|
from app.main.dao import users_dao
|
||||||
from app.main.forms import ForgotPasswordForm
|
from app.main.forms import ForgotPasswordForm
|
||||||
|
|||||||
Reference in New Issue
Block a user