diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-15 19:35:59 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-15 19:35:59 +0100 |
commit | dbc56283ebb0d850fff65ecaf6753c0fa31e0c53 (patch) | |
tree | 78fc13668b963d2b6cd9cf3f48f18c7f155d00e6 /app/views/users.py | |
parent | 976f83c5507e203107d5592a480b3b55343a0224 (diff) | |
download | cheatdb-dbc56283ebb0d850fff65ecaf6753c0fa31e0c53.tar.xz |
Add screenshot importing from github
Diffstat (limited to 'app/views/users.py')
-rw-r--r-- | app/views/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users.py b/app/views/users.py index ed195d4..19b0442 100644 --- a/app/views/users.py +++ b/app/views/users.py @@ -8,7 +8,7 @@ from flask_wtf import FlaskForm from flask_user.forms import RegisterForm from wtforms import * from wtforms.validators import * -from .utils import rank_required, randomString +from app.utils import rank_required, randomString from app.tasks.forumtasks import checkForumAccount from app.tasks.emails import sendVerifyEmail |