Skip to content

Commit

Permalink
Merge pull request #526 from DevCom-IITB/alumni_search
Browse files Browse the repository at this point in the history
Alumni search
  • Loading branch information
HariRags authored Nov 24, 2024
2 parents ad37249 + 9afae8f commit 4f1db25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alumni/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

class AlumniUserAdmin(admin.ModelAdmin):
list_display = ("ldap", "keyStored", "timeLoginRequest")

search_fields = ["ldap"]

admin.site.register(AlumniUser, AlumniUserAdmin)

0 comments on commit 4f1db25

Please sign in to comment.