mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-28 20:33:00 +02:00
More admin
This commit is contained in:
@ -7,7 +7,7 @@ from django.contrib.auth.admin import UserAdmin
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
from .forms import CustomUserChangeForm
|
||||
from .models import Profile, Club
|
||||
from .models import Club, Profile
|
||||
|
||||
|
||||
class ProfileInline(admin.StackedInline):
|
||||
|
Reference in New Issue
Block a user