admin panel
This commit is contained in:
parent
c9b2f4a652
commit
df44d6a028
|
@ -72,8 +72,8 @@ class ColleAdmin(admin.ModelAdmin):
|
|||
|
||||
@admin.register(Swap)
|
||||
class SwapAdmin(admin.ModelAdmin):
|
||||
list_display = ('slot', 'enroll', 'student')
|
||||
list_filter = ('slot', 'enroll', 'student')
|
||||
list_display = ('colle', 'enroll', 'student')
|
||||
list_filter = ('colle', 'enroll', 'student')
|
||||
|
||||
|
||||
admin.site.register(Profile)
|
||||
|
|
Loading…
Reference in New Issue