mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
Update portfolio.py
This commit is contained in:
parent
c3480893da
commit
a9923f4cc9
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ class NewMemberForm(forms.ModelForm):
|
||||||
del self.errors[admin_member_error]
|
del self.errors[admin_member_error]
|
||||||
return cleaned_data
|
return cleaned_data
|
||||||
|
|
||||||
|
|
||||||
class BasePortfolioMemberForm(forms.Form):
|
class BasePortfolioMemberForm(forms.Form):
|
||||||
required_star = '<abbr class="usa-hint usa-hint--required" title="required">*</abbr>'
|
required_star = '<abbr class="usa-hint usa-hint--required" title="required">*</abbr>'
|
||||||
role = forms.ChoiceField(
|
role = forms.ChoiceField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue