Skip to content
Snippets Groups Projects
Unverified Commit f2986543 authored by Dan Braghis's avatar Dan Braghis Committed by GitHub
Browse files

Merge pull request #35 from OpenTechFund/add-the-missing-help-text-to-category

Add help_text to the inline panel so editors can change it
parents c07a00ee f05c12aa
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class Category(ClusterableModel):
panels = [
FieldPanel('name'),
FieldPanel('help_text'),
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