Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,8 @@ class VorgabeInline(SortableInlineAdminMixin, NestedStackedInline):
form = VorgabeForm
extra = 0
sortable_field_name = "order"
show_change_link = True
show_change_link = False
can_delete = False
inlines = [VorgabeKurztextInline, VorgabeLangtextInline, ChecklistenfragenInline]
autocomplete_fields = ['stichworte','referenzen','relevanz']
# Remove collapse class so Vorgaben show by default

View File

@@ -5,7 +5,6 @@
border-radius: 8px;
padding: 15px;
margin-bottom: 50px;
background-color: #f9f9f9;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}