diff --git a/bluebottle/initiatives/models.py b/bluebottle/initiatives/models.py index bf4ae966ce..71b3f08627 100644 --- a/bluebottle/initiatives/models.py +++ b/bluebottle/initiatives/models.py @@ -261,6 +261,7 @@ class InitiativePlatformSettings(BasePlatformSettings): ('theme', _('Theme')), ('category', _('Category')), ('segments', _('Segments')), + ('status', _('Status')), ) INITIATIVE_SEARCH_FILTERS = ( ('location', _('Office location')),