Right now there is some data that gets pulled down that has None for meeting_location and/or meeting_information. This causes breakage and the meetings widget will not load.
Changes
Checks in meetings.py that avoid iterating or calling a function on None
Check in meetings.html that is a result of the above
Purpose
Right now there is some data that gets pulled down that has
Noneformeeting_locationand/ormeeting_information. This causes breakage and the meetings widget will not load.Changes
meetings.pythat avoid iterating or calling a function on Nonemeetings.htmlthat is a result of the above