Update profile page with avatar

This commit is contained in:
Inga Kirschnick
2022-12-05 09:40:02 +01:00
parent 620d9d1ea2
commit be517a04af
10 changed files with 160 additions and 155 deletions

View File

@ -5,9 +5,9 @@ from app import db, hashids
from app.decorators import admin_required
from app.models import Role, User, UserSettingJobStatusMailNotificationLevel
from app.settings.forms import (
EditProfileSettingsForm,
EditNotificationSettingsForm
)
from app.profile.forms import EditProfileSettingsForm
from . import bp
from .forms import AdminEditUserForm