When trying to remove a post or a thread from competition forum, we get this error: ``` Server Error (500) ``` More precisely: ``` internal server error, django.core.exceptions.ImproperlyConfigured: No URL to redirect to. Provide a success_url ``` File involved (`success_url` not defined): https://github.com/codalab/codabench/blob/develop/src/apps/forums/views.py ### TODO - [ ] Fix the problem - [ ] Fix the automatic test (it should have been failing)