Bicycle-Colorado / events

events.bicyclecolorado.org
MIT License
0 stars 0 forks source link

Keep new event modal open if there are form errors #299

Open vincentdavis opened 1 year ago

vincentdavis commented 1 year ago

The event modal does not stay open if there are form errors returned from the server. We should use HTMX to fix this. Currently, I have a HTML if-then hack to keep it open. https://github.com/we-race-here/events/blob/main/apps/event/templates/forms/event_submit_community.html#L13