Fix URLs to users on Local Sites.
Review Request #6289 — Created Sept. 3, 2014 and submitted — Latest diff uploaded
The URLs shown in the user infobox, in the Submitter field on a review
request, and in the target reviewers lists weren't correct on Local
Sites. We were using get_absolute_url, and need to instead use
local_site_reverse.After this change, all URLs to users should be correct.
Tested these URLs on a local site.
Grepped through the codebase looking for any more instances of
user.get_absolute_url
. Didn't find any.