Skip to content

Commit

Permalink
[#233] Remove admin blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Nov 19, 2024
1 parent 2f8f5e8 commit 3e67a5a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/openklant/components/klantinteracties/admin/partijen.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
PartijIdentificator,
Persoon,
Vertegenwoordigden,
PartijIdentificatorCodeRegister,
PartijIdentificatorCodeObjectType,
PartijIdentificatorCodeSoortObjectId,
)


Expand Down Expand Up @@ -83,24 +80,6 @@ class OrganisatieInlineAdmin(admin.StackedInline):
extra = 0


@admin.register(PartijIdentificatorCodeSoortObjectId)
class PartijIdentificatorCodeSoortObjectIdAdmin(admin.ModelAdmin):
readonly_fields = ("uuid",)
model = PartijIdentificatorCodeSoortObjectId


@admin.register(PartijIdentificatorCodeObjectType)
class PartijIdentificatorCodeObjectTypeAdmin(admin.ModelAdmin):
readonly_fields = ("uuid",)
model = PartijIdentificatorCodeObjectType


@admin.register(PartijIdentificatorCodeRegister)
class PartijIdentificatorCodeRegisterAdmin(admin.ModelAdmin):
readonly_fields = ("uuid",)
model = PartijIdentificatorCodeRegister


@admin.register(Partij)
class PartijAdmin(admin.ModelAdmin):
list_display = (
Expand Down

0 comments on commit 3e67a5a

Please sign in to comment.