Skip to content

Commit

Permalink
re added name to approval_reasons widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Tllew committed Jan 8, 2025
1 parent d6dccc6 commit a11ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caseworker/advice/forms/approval.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Layout:
TITLE = "Recommend an approval"

approval_reasons = forms.CharField(
widget=forms.Textarea(attrs={"rows": 7, "class": "govuk-!-margin-top-4"}),
widget=forms.Textarea(attrs={"rows": 7, "class": "govuk-!-margin-top-4", "name": "approval_reasons"}),
label="",
error_messages={"required": "Enter a reason for approving"},
)
Expand Down

0 comments on commit a11ab8f

Please sign in to comment.