Reduce number of clicks to add images or documents to objects

This commit is contained in:
2026-01-06 18:15:47 +01:00
parent 3c854bda1b
commit a11f97bcad
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ class PropertyAdmin(admin.ModelAdmin):
class DecoderDocInline(admin.TabularInline):
model = DecoderDocument
min_num = 0
extra = 0
extra = 1
classes = ["collapse"]