mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 14:04:44 +02:00
Move purpose attributes back to the view
This commit is contained in:
parent
dc9b8dac0e
commit
be4527386c
2 changed files with 2 additions and 8 deletions
|
@ -66,12 +66,7 @@ class ContactForm(forms.Form):
|
|||
street_address = forms.CharField(label="Street address")
|
||||
|
||||
class PurposeForm(forms.Form):
|
||||
purpose_field = forms.CharField(label="Purpose", widget=forms.Textarea(
|
||||
attrs={ 'class':'usa-textarea usa-character-count__field',
|
||||
'id':'with-hint',
|
||||
'aria-describedby':'instructions',
|
||||
'maxlength':'500',
|
||||
}))
|
||||
purpose_field = forms.CharField(label="Purpose", widget=forms.Textarea())
|
||||
|
||||
class AuthorizingOfficialForm(forms.Form):
|
||||
given_name = forms.CharField(label="First name/given name")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue