You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if an event is created with a title of more than 50 characters and no defined slug Django will crash. This can be fixed by forcing the user to have shorter titles, by forcing them to create a shorter slug, or increasing the maximum length of the slug.
The text was updated successfully, but these errors were encountered:
Currently if an event is created with a title of more than 50 characters and no defined slug Django will crash. This can be fixed by forcing the user to have shorter titles, by forcing them to create a shorter slug, or increasing the maximum length of the slug.
The text was updated successfully, but these errors were encountered: