mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
add filter_horizontal to user achievements management
This commit is contained in:
@@ -7,3 +7,4 @@ from apps.user.models import User
|
||||
class UserAdmin(admin.ModelAdmin):
|
||||
list_display = ("email", "username")
|
||||
search_fields = ("id", "email", "username")
|
||||
filter_horizontal = ("achievements",)
|
||||
|
||||
Reference in New Issue
Block a user