Fix a bug in the recent change to Group and DefaultReviewer forms.
Review Request #8441 — Created Sept. 26, 2016 and submitted
I fixed the forms for when they were being used on the admin root, but
introduced a bug when they were being used inside a local site. This change
alters things to pull everything out ofkwargs
before passing things up to the
superclass.
Ran unit tests.