We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e872225 commit 8c47ba3Copy full SHA for 8c47ba3
django_auth_request_ldap/auth_request/admin.py
@@ -35,6 +35,10 @@ class Meta:
35
model = ZoneUser
36
fields = '__all__'
37
38
+ class Media:
39
+ css = {
40
+ 'all': ('django_select2/css/select2.min.css',)
41
+ }
42
43
class ZoneGroupForm(forms.ModelForm):
44
group_verbose_name = Group._meta.verbose_name
@@ -52,6 +56,11 @@ class Meta:
52
56
model = ZoneGroup
53
57
54
58
59
60
61
62
63
+
55
64
65
class ZoneGroupAdmin(admin.TabularInline):
66
0 commit comments