Skip to content
Snippets Groups Projects
Commit f05c12aa authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add help_text to the inline panel so editors can change it

parent 4c2f7eec
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ class Category(ClusterableModel): ...@@ -24,6 +24,7 @@ class Category(ClusterableModel):
panels = [ panels = [
FieldPanel('name'), FieldPanel('name'),
FieldPanel('help_text'),
InlinePanel('options', label='Options'), InlinePanel('options', label='Options'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment