Updated CSS classing of sortable inline and stacked items.
Concatenated classing of sortable inlines into one stylesheet. Updated version to 1.3.3 Updated README
This commit is contained in:
@@ -13,6 +13,7 @@ class CreditInline(SortableTabularInline):
|
||||
|
||||
class NoteInline(SortableStackedInline):
|
||||
model = Note
|
||||
extra = 0
|
||||
|
||||
|
||||
class ProjectAdmin(SortableAdmin):
|
||||
|
||||
Reference in New Issue
Block a user