Commit 889f1765 authored by Jeremy Factor's avatar Jeremy Factor

modified the admin assignment file

parent 69404f58
......@@ -8,6 +8,6 @@ class AssignmentAdmin(admin.ModelAdmin):
search_fields = ('name',)
list_display = ('name', 'description',)
list_filter = ('max_points',)
list_filter = ('name','max_points',)
admin.site.register(Assignment, AssignmentAdmin)
\ No newline at end of file
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