d27
The only difference between ordinary and extraordinary is just that little "extra".
Remove meets_weekly field from database - it was set to False incorrectly in many instances and keeping it correct is a pain
Update docker-compose file for testing
Merge pull request from p2pu/meetingsss
Meeting scheduling
Update test to use meeting end date rather than duration and fix test that depended on a relative date without using freezetime
Add timezone to time on meeting selection tab
Prevent end times that goes into the next day
Add missing helper utility and add frontend path to webpack config to avoid relative imports
Change minute duration to start/end/ time
Update title for meeting date/time selection tab
Merge branch 'meetingsss' of github.com:p2pu/learning-circles into meetingsss
Merge branch 'master' into meetingsss
Add back frontend container to watch for changes
Merge branch 'meetingsss' of github.com:p2pu/learning-circles into meetingsss
remove modal from meeting scheduler, only use meeting time when one is selected, update text on signup page
use rrule text for meeting schedule or meeting count instead of weeks
use meeting dates and times to support multiple meetings on same day
meeting scheduler styling