mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Consolidate
This commit is contained in:
parent
2bc8d38002
commit
0ab963db1e
4 changed files with 3 additions and 15 deletions
|
@ -285,18 +285,6 @@ class BasePortfolioMemberForm(forms.Form):
|
|||
return self.instance
|
||||
|
||||
|
||||
class PortfolioMemberForm(BasePortfolioMemberForm):
|
||||
"""
|
||||
Form for updating a portfolio member.
|
||||
"""
|
||||
|
||||
|
||||
class PortfolioInvitedMemberForm(BasePortfolioMemberForm):
|
||||
"""
|
||||
Form for updating a portfolio invited member.
|
||||
"""
|
||||
|
||||
|
||||
class NewMemberForm(forms.ModelForm):
|
||||
member_access_level = forms.ChoiceField(
|
||||
label="Select permission",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue