mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05: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