Skip to content

Commit

Permalink
fix: extra lines removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Aug 1, 2023
1 parent a681a6b commit 95635a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions submissions/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def student_item_id(self, obj):
return format_html(f'<a href="{url}">{obj.student_item.id}</a>')



@admin.register(StudentItem)
class StudentItemAdmin(admin.ModelAdmin):
list_display = ('id', 'course_id', 'item_type', 'item_id', 'student_id')
Expand Down Expand Up @@ -150,7 +149,6 @@ def highest_link(self, score_summary):
)
return format_html(f'<a href="{url}">{score_summary.highest}</a>')


@admin.display(
description='Latest'
)
Expand Down

0 comments on commit 95635a2

Please sign in to comment.