show order in inline
This commit is contained in:
parent
fef37c8ec3
commit
7bbde80913
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ class PlanInline(admin.StackedInline):
|
||||||
extra = 1
|
extra = 1
|
||||||
fieldsets = (
|
fieldsets = (
|
||||||
(None, {"fields": ("name", "description", "plan_description")}),
|
(None, {"fields": ("name", "description", "plan_description")}),
|
||||||
("Display Options", {"fields": ("is_best",)}),
|
("Display Options", {"fields": ("is_best", "order")}),
|
||||||
)
|
)
|
||||||
show_change_link = True # This allows clicking through to the Plan admin where prices can be managed
|
show_change_link = True
|
||||||
|
|
||||||
|
|
||||||
class OfferingInline(admin.StackedInline):
|
class OfferingInline(admin.StackedInline):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue