Fix local-site URL resolvers for the tabs on the user page.
Review Request #8102 — Created April 5, 2016 and submitted
The tabs on the user page were resolving the URLs for the "Review Requests" and
"Reviews" tabs using the basicreverse
method rather than our
local_site_reverse
one. This meant that users on a local site would link to
the root view rather than the one within the local site.
- Looked at the user page and checked the link URLs.
- Ran unit tests.