devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Remove course admin fails due to redirecting error #149

Closed torgeirl closed 6 months ago

torgeirl commented 6 months ago

Removing a course administrator using the course administrator user interface fails due with an ImproperlyConfigured error: «No URL to redirect to. Provide a success_url.» It can be reproduce in our developer environment running the latest commit (62e0aa9509a0df78f8c2a3a54eaa3ba380c08c19).

As a workaround, users can be removed using the Django superuser interface.