1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 20:33:00 +02:00

More admin

This commit is contained in:
Alexandre Iooss
2019-07-16 15:42:31 +02:00
parent b63aaf4150
commit 740b468547
4 changed files with 51 additions and 1 deletions

View File

@ -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):