Use horizontal.

This commit is contained in:
Oliver Marks 2019-05-01 19:54:50 +01:00
parent 4970f67c97
commit 899fe700b8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from mhackspace.rfid.models import Device, AccessLog
@admin.register(Device)
class DeviceAdmin(ModelAdmin):
filter_vertical = ('users',)
filter_horizontal = ('users',)
list_display = ('name', 'identifier')