diff --git a/opentech/apply/categories/models.py b/opentech/apply/categories/models.py index 8b223aa5cf2a474be9064e1110dc53977ceb245d..4a8ea40e508c4f95a8bce559c3c90fc5adb69d23 100644 --- a/opentech/apply/categories/models.py +++ b/opentech/apply/categories/models.py @@ -24,6 +24,7 @@ class Category(ClusterableModel): panels = [ FieldPanel('name'), + FieldPanel('help_text'), InlinePanel('options', label='Options'), ]