Fix missing import

This commit is contained in:
Adam Shimali
2016-02-17 09:51:54 +00:00
parent 78fe2b463a
commit 787fa457b5

View File

@@ -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