Corrections on Dokumente-Admin; Homepage now only shows active documents

This commit is contained in:
2025-10-28 13:36:26 +01:00
parent 7befde104d
commit 6654779e67
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class VorgabeKurztextInline(NestedTabularInline):
classes = ['collapse']
#inline=inhalt
class VorgabeLangtextInline(NestedStackedInline):
class VorgabeLangtextInline(NestedTabularInline):
model=VorgabeLangtext
extra=0
sortable_field_name = "order"
@@ -77,7 +77,7 @@ class VorgabeInline(NestedTabularInline): # or StackedInline for more vertical
list_filter=['stichworte']
#classes=["collapse"]
class StichworterklaerungInline(NestedStackedInline):
class StichworterklaerungInline(NestedTabularInline):
model=Stichworterklaerung
extra=0
sortable_field_name = "order"