Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
feat(submission_admin_page): fixing submission admin
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizaMaluf committed Nov 24, 2023
1 parent 73d1700 commit 598aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/submissions/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Meta:
class SubmissionAdmin(SubmissionAdminBase):
form = SubmissionModelForm

list_display = ("author", "task", "created_at")
list_display = ("author", "task")
list_filter = ("task",)
search_fields = ("author__username", "task__title")

Expand Down

0 comments on commit 598aef7

Please sign in to comment.