Skip to content

Commit

Permalink
Merge pull request #70 from eduNEXT/and/add_feedback_admin_options
Browse files Browse the repository at this point in the history
feat: add feedback admin fields
  • Loading branch information
andrey-canon authored Jul 13, 2023
2 parents 5e14f8f + 7c61c00 commit d8c831a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eox_nelp/course_experience/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ class FeedbackCourseAdmin(BaseAdmin):
"rating_instructors",
"recommended",
)
search_fields = ("course_id__id", "author__username", "feedback")
list_filter = ("public", "rating_content", "rating_instructors")


admin.site.register(LikeDislikeUnit, LikeDislikeUnitAdmin)
Expand Down

0 comments on commit d8c831a

Please sign in to comment.