mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 08:58:44 -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.dao import users_dao
|
||||
from app.main.forms import ForgotPasswordForm
|
||||
|
||||
Reference in New Issue
Block a user