Fix review request fields on Local Sites.
Review Request #6142 — Created July 24, 2014 and submitted
Review request fields were breaking on Local Sites. One case involved an
invalid variable name (review_request.local_site_name), and the other
never passed a LocalSite to local_site_reverse.This fixes both cases.
Tested with a LocalSite. Links worked, and the page didn't break.