Docstring
This commit is contained in:
parent
e8830540ec
commit
66cb88721f
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,8 @@ class AddManagerView(WikiGroupMixin, BaseFormView):
|
|||
|
||||
|
||||
class AddGroupView(WikiGroupMixin, BaseFormView):
|
||||
"""Adds an existing metagroup to this group"""
|
||||
|
||||
form_class = SelectGroupForm
|
||||
|
||||
def get_success_url(self):
|
||||
|
@ -194,6 +196,8 @@ class AddGroupView(WikiGroupMixin, BaseFormView):
|
|||
|
||||
|
||||
class CreateGroupView(WikiGroupMixin, BaseFormView):
|
||||
"""Creates a metagroup included in this group"""
|
||||
|
||||
form_class = CreateGroupForm
|
||||
|
||||
def get_success_url(self):
|
||||
|
|
Loading…
Reference in a new issue