Add screenshot importing from github

This commit is contained in:
rubenwardy
2018-05-15 19:35:59 +01:00
parent 976f83c550
commit dbc56283eb
7 changed files with 62 additions and 13 deletions

View File

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