mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
merge settings into users route
This commit is contained in:
@ -4,7 +4,7 @@ from threading import Thread
|
||||
from app import db, hashids
|
||||
from app.decorators import admin_required
|
||||
from app.models import Role, User, UserSettingJobStatusMailNotificationLevel
|
||||
from app.settings.forms import (
|
||||
from app.users.forms import (
|
||||
EditNotificationSettingsForm
|
||||
)
|
||||
from app.users.forms import EditProfileSettingsForm
|
||||
|
Reference in New Issue
Block a user