codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Events with # in titles cause unexpected errors #296

Closed ialja closed 10 years ago

ialja commented 10 years ago

When adding events with a hash in title, the view page throws an error (something to do with the url of the event not being parsed correctly). The event is still saved in the database and can be approved, and then works fine. It just messes up the view_event redirect and created_events view.