def on_model_change(self, form, model, is_created):
        model.type = GROUP_TYPE.COHORT
        super(CohortView, self).on_model_change(form, model, is_created)