Skip to content
Snippets Groups Projects
Verified Commit 2d5eb027 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Sort the sponsors by feide_id.

This sorts any sponsor drop downs in the admin site
parent 187abbbf
No related branches found
No related tags found
1 merge request!382Sort the sponsors by feide_id.
Pipeline #179249 passed
......@@ -142,6 +142,7 @@ class SponsorAdmin(VersionAdmin):
inlines = (OrganizationalUnitInline,)
readonly_fields = ("id", "created", "updated")
search_fields = ("feide_id", "first_name", "last_name")
ordering = ["feide_id"]
class SponsorOrganizationalUnitAdmin(VersionAdmin):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment