learning circles
coordinate study groups for online courses
Update check for learning circles when updating a course
Update learning circle export to correctly use team and add facilitator count
Send received SMS from a learner to all facilitators
Remove unused organizer view. Closes
Update facilitator name display to better support i18n
Fix check for updated facilitators
Send signup notifications to all facilitators and update template copy. Closes
Ensure user is authenticated before trying to get team data. Fix error for unauthenticated users on the learning circle creation page
Merge branch 'lc-co-facilitators' of github.com:p2pu/learning-circles into lc-co-facilitators
Simplify check for changed facilitators
Update reminders when facilitators change
feat: self-removal-warning
changing style of warning (button and removing hr)
feat: self-removal-warning
fixing error with empty facilitator array
feat: self-removal-warning
changing to inline warning when current user removed as facilitator
Rename templates to be consistent
Update copy for facilitator added or removed notifications
Update django admin to display multiple facilitators and search for them. Closes
Update meeting reminders for multiple facilitators
Update handling of team association on signup page
feat: self-removal-warning
show a warning message when a user removes themselves as facilitator
Add facilitators to `to_dict` serialization that is part of the StudyGroup model. Move fields around to better compare with serialization in API