mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 11:53:12 +00:00
Oublie d'import
This commit is contained in:
parent
079978265a
commit
7eb498f81c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from django.contrib.auth.forms import ReadOnlyPasswordHashField
|
|||
from django.core.validators import MinLengthValidator
|
||||
from preferences.models import OptionalUser
|
||||
from django.utils import timezone
|
||||
from .models import User, ServiceUser, Right, School, ListRight, Whitelist, Ban, Request
|
||||
from .models import User, ServiceUser, Right, School, ListRight, Whitelist, Ban, Request, remove_user_room
|
||||
|
||||
from .models import get_admin_right
|
||||
|
||||
|
|
Loading…
Reference in a new issue