Update portfolio.py

This commit is contained in:
zandercymatics 2024-12-18 12:09:01 -07:00
parent c3480893da
commit a9923f4cc9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -273,7 +273,6 @@ class NewMemberForm(forms.ModelForm):
del self.errors[admin_member_error]
return cleaned_data
class BasePortfolioMemberForm(forms.Form):
required_star = '<abbr class="usa-hint usa-hint--required" title="required">*</abbr>'
role = forms.ChoiceField(