Skip to content
Snippets Groups Projects
Commit 556887b0 authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed usage of invalid module name.

(Redmine issue: #3443)
parent 35859287
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ from flask_babel import lazy_gettext
#
# Custom modules.
#
from hawat.forms import check_login
from vial.forms import check_login
class LoginForm(flask_wtf.FlaskForm):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment