orzubalsky / tradeschool

Trade School is an alternative school that runs on barter
Other
16 stars 5 forks source link

Allow admins to edit is_active of an organizer #154

Closed dnephin closed 10 years ago

dnephin commented 10 years ago

Initial solution for #148

Organizers are being created with is_active=False when they signup to create a new branch. This pull request adds is_active field to admin so that admins can set organizers as active from admin after the branch is approved (this would also allows admins to deactivate organizers).

There may be a way to automate this so that changing from pending to starting of a branch will change the is_active to True automatically. Or we might want to just create the account as active by default.

Let me know what you think!