thomersch / openstreetmap-calendar

osmcal, a Collaborative Calendar for OpenStreetMap-related Events
https://osmcal.org
Apache License 2.0
33 stars 9 forks source link

Attend feature doesn't work #109

Closed musuruan closed 1 year ago

musuruan commented 1 year ago

Hi!

The "attend" feature for an event on osmcal.org doesn't work. After you compile and submit the form you get: "Internal Error Something went wrong, we recorded an error and will try to fix the issue as soon as possible."

Tested on: https://osmcal.org/event/1538/

thomersch commented 1 year ago

Thanks for reporting!

It got indeed recorded, osmcal/forms.py:62 method clean seems to be the culprit. I'll look into it, it seems to be a regression.

thomersch commented 1 year ago

This seems to have it fixed. No idea how that ever worked, but now it does. Thanks again for reporting, and sorry for the inconvenience.

musuruan commented 1 year ago

Thank you!!