mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-04 01:50:39 +01:00
Reduce number of clicks to add images or documents to objects
This commit is contained in:
@@ -24,7 +24,7 @@ class PropertyAdmin(admin.ModelAdmin):
|
||||
class DecoderDocInline(admin.TabularInline):
|
||||
model = DecoderDocument
|
||||
min_num = 0
|
||||
extra = 0
|
||||
extra = 1
|
||||
classes = ["collapse"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user