Commit d3fa9c50 by Jeff LaJoie

comment change

parent ca4742a1
......@@ -17,10 +17,10 @@ from course_discovery.apps.publisher.models import (Course, CourseRun, CourseRun
OrganizationExtension, OrganizationUserRole, PublisherUser, Seat,
UserAttributes)
# Comment change
@admin.register(CourseUserRole)
class CourseUserRoleAdmin(SimpleHistoryAdmin):
# Comment change
raw_id_fields = ('changed_by', 'course', 'user',)
list_display = ['role', 'course', 'user']
search_fields = ['course__title']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment