Allow to create group and its contest on UI
This commit is contained in:
parent
196e2a9bb0
commit
67ef6b9111
28 changed files with 1029 additions and 556 deletions
|
@ -47,6 +47,7 @@ class OrganizationAdmin(VersionAdmin):
|
|||
"registrant",
|
||||
"show_public",
|
||||
)
|
||||
search_fields = ("name", "short_name", "registrant__user__username")
|
||||
prepopulated_fields = {"slug": ("name",)}
|
||||
actions_on_top = True
|
||||
actions_on_bottom = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue