diff --git a/memberPlumbing/upcomingEvents.py b/memberPlumbing/upcomingEvents.py index acbb1c3..cd7e4e3 100644 --- a/memberPlumbing/upcomingEvents.py +++ b/memberPlumbing/upcomingEvents.py @@ -86,9 +86,9 @@ def generate_post(): Class policies (liability waiver, withdrawal, cancellation, etc.) can be found here. -Instructors: Interested in teaching a class at CMS? Please fill out our Class Proposal Form. +Instructors: Interested in teaching a class at CMS? Please fill out our Class Proposal Form. -Tours: Want to see what the Claremont MakerSpace is all about? Tours are by appointment only due to COVID-19 restrictions. Contact Us to schedule your tour where you can learn about all the awesome tools that the CMS offers access to, as well as how membership, classes, and studio spaces work. +Tours: Want to see what the Claremont MakerSpace is all about? Tours are by appointment only. Contact Us to schedule your tour where you can learn about all the awesome tools that the CMS offers access to, as well as how membership, classes, and studio spaces work.
""" @@ -110,15 +110,15 @@ def generate_post(): ) yield format_section( - "Just Missed", + "
Just Missed", "These classes are currently full at time of writing. If you are interested, please check the event's page; spots occasionally open up. Keep an eye on this newsletter to see when these classes are offered again.", full_events, truncate=True, ) yield format_section( - "Ongoing", - "These classes are ongoing. Registration is closed, but they may be offered again in the future.", + "
Ongoing Events", + "These events are ongoing. Registration is currently closed, but these events may be offered again in the future.", ongoing_events, truncate=True, )