Skip to content

Commit ed9b5fb

Browse files
Merge pull request #1669 from learning-unlimited/ticket-1468
Ticket 1468
2 parents 685c76a + 9383474 commit ed9b5fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

esp/esp/program/admin.py

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ class RegistrationProfileAdmin(admin.ModelAdmin):
7979
'contact_emergency__first_name', 'contact_emergency__last_name']
8080
list_filter = ('program', )
8181
date_hierarchy = 'last_ts'
82+
83+
def lookup_allowed(self, key, value):
84+
return True
85+
8286
admin_site.register(RegistrationProfile, RegistrationProfileAdmin)
8387

8488
class TeacherBioAdmin(admin.ModelAdmin):

0 commit comments

Comments
 (0)