Skip to content

Commit 5cc92e6

Browse files
added formatting errors
1 parent 80bf925 commit 5cc92e6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

teleband/assignments/admin.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,22 @@ class AssignmentInline(admin.TabularInline):
8787

8888
@admin.register(AssignmentGroup)
8989
class AssignmentGroupAdmin(VersionAdmin):
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
90106
list_display = (
91107
"id",
92108
"type",

0 commit comments

Comments
 (0)