alternate names from stacked inline to tabular inline
This commit is contained in:
parent
b8d113558d
commit
bd54ef155b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class AuthorityRecordAdmin(admin.ModelAdmin):
|
|||
search_fields = ['preferred_name']
|
||||
|
||||
|
||||
class FeatureNamesInline(admin.StackedInline):
|
||||
class FeatureNamesInline(admin.TabularInline):
|
||||
model = Name
|
||||
extra = 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue