diff --git a/backend/workflows/admin_config_views.py b/backend/workflows/admin_config_views.py index 71284b0..3ce4a7e 100644 --- a/backend/workflows/admin_config_views.py +++ b/backend/workflows/admin_config_views.py @@ -11,7 +11,7 @@ from .branding import get_portal_trial_config, is_trial_expired from .forms import PortalBrandingForm, PortalCompanyConfigForm, PortalTrialConfigForm, UserManagementCreateForm from .models import PortalAppConfig, PortalBranding, PortalCompanyConfig, UserNotification, UserProfile from .notifications import notify_user -from .roles import ROLE_GROUP_NAMES, ROLE_PLATFORM_OWNER, get_user_role_key +from .roles import ROLE_GROUP_NAMES, ROLE_PLATFORM_OWNER, ROLE_SUPER_ADMIN, assign_user_role, get_user_role_key def portal_app_registry_page_impl(request, *, translate_choice_list):