I am accessing RB using http://repo.dev.local:8000/reviewboard/
If I submit a review request (e.g. using post-review script) and then logon
via a browser to look at the review and update the summary/description etc.
Whilst doing thsi I decide I want to delete the review. The review gets
deleted, but afterwards I am returned to http://repo.dev.local:8000/
instead of http://repo.dev.local:8000/reviewboard/
So, is there some code which needs to be changed to use the SITE_ROOT
variable to determine the page to return to after deleting a review ?