Skip to content

Commit

Permalink
Backend: Add submission Id in the Django admin panel(Cloud-CV#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 authored May 10, 2019
1 parent a10d527 commit a10d4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/jobs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class SubmissionAdmin(ImportExportTimeStampedAdmin):
actions = ["submit_job_to_worker"]
list_display = (
"id",
"participant_team",
"get_challenge_name_and_id",
"challenge_phase",
Expand Down

0 comments on commit a10d4a7

Please sign in to comment.