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

@@ -6,7 +6,7 @@ from app.models import *
from app.tasks.forumtasks import importUsersFromModList
from flask_wtf import FlaskForm
from wtforms import *
from .utils import loginUser, rank_required
from app.utils import loginUser, rank_required
@menu.register_menu(app, ".admin", "Admin", order=30,
visible_when=lambda: current_user.rank.atLeast(UserRank.ADMIN))