Skip to content

Commit

Permalink
Update admins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnur committed Aug 26, 2023
1 parent 400640a commit f36891b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions envanter/admins.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ class ComponentAdmin(admin.ModelAdmin):
@admin.register(Subcategory)
class SubcategoryAdmin(admin.ModelAdmin):
list_display = ('subcategory')

@admin.register(RegisterForum)
class RegisterForumAdmin(admin.ModelAdmin):
list_display = ('name', 'email', 'phone', 'message')

0 comments on commit f36891b

Please sign in to comment.