Fix some organization bugs
This commit is contained in:
parent
a711fb9768
commit
3c99a2c477
4 changed files with 1 additions and 6 deletions
|
@ -665,13 +665,13 @@ OrganizationRequestFormSet = modelformset_factory(
|
|||
|
||||
|
||||
class OrganizationRequestBaseView(
|
||||
AdminOrganizationMixin,
|
||||
DetailView,
|
||||
OrganizationHomeView,
|
||||
TitleMixin,
|
||||
LoginRequiredMixin,
|
||||
SingleObjectTemplateResponseMixin,
|
||||
SingleObjectMixin,
|
||||
AdminOrganizationMixin,
|
||||
):
|
||||
model = Organization
|
||||
slug_field = "key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue