We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0776424 commit 988dbb6Copy full SHA for 988dbb6
permafrost/views.py
@@ -189,7 +189,7 @@ def get_form_kwargs(self):
189
if self.get_form_class() == PermafrostRoleCreateForm:
190
if hasattr(self.request, 'site'):
191
kwargs['site'] = self.request.site
192
- return kwargs
+ return kwargs
193
194
# List Permission Groups
195
class PermafrostRoleListView(PermafrostSiteMixin, FilterByRequestSiteQuerysetMixin, ListView):
0 commit comments