Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
84414fba
Commit
84414fba
authored
Sep 21, 2020
by
Laury Bueno
Browse files
[Certification] Allow certificate search by user email
parent
d4e6ad5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
courses/certification/admin.py
courses/certification/admin.py
+1
-0
No files found.
courses/certification/admin.py
View file @
84414fba
...
...
@@ -21,6 +21,7 @@ class CourseCertificationAdmin(admin.ModelAdmin):
search_fields
=
(
'link_hash'
,
'course_student__user__name'
,
'course_student__user__email'
,
'course_student__user__username'
,
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment