d27
The only difference between ordinary and extraordinary is just that little "extra".
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
Update method for getting learning circle organizers. Closes
Add facilitators to `to_dict` serialization that is part of the StudyGroup model. Move fields around to better compare with serialization in API
API validating and error message to ensure that all facilitators are not removed from a learning circle. Closes
Update serialization of facilitators for API. See issue
Update facilitators on signup and manage pages