Skip to content

Commit

Permalink
Merge branch 'backup/2594-design-review' of github.com:cisagov/manage…
Browse files Browse the repository at this point in the history
….get.gov into backup/2594-design-review
  • Loading branch information
zandercymatics committed Nov 8, 2024
2 parents 3311a8c + d52ed72 commit fcaf1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/registrar/forms/domain_request_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ class CisaRepresentativeYesNoForm(BaseYesNoForm):

class AnythingElseForm(BaseDeletableRegistrarForm):
anything_else = forms.CharField(
required=False,
required=True,
label="Anything else?",
widget=forms.Textarea(),
validators=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Is there anything else you’d like us to know about your domain request?</h
</fieldset>

<div class="margin-top-3" id="anything-else">
<p><em>This question is optional.</em></p>
<p><em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em></p>
{% with attr_maxlength=2000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.0.anything_else %}
{% endwith %}
Expand Down

0 comments on commit fcaf1f1

Please sign in to comment.