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

Add a search field to GregUserProfileAdmin

parent 2d5eb027
No related branches found
No related tags found
1 merge request!382Sort the sponsors by feide_id.
Pipeline #179389 passed
......@@ -6,6 +6,7 @@ from gregui.models import EmailTemplate, GregUserProfile
class GregUserProfileAdmin(VersionAdmin):
list_display = ["id", "userid_feide", "person", "sponsor"]
search_fields = ("userid_feide",)
class EmailTemplateAdmin(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