Skip to content

Commit

Permalink
Adjust code to start to use required fields logic that ffb added.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed May 10, 2024
1 parent 69a5a23 commit 236c273
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 215 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ select-app.authorized-rep=I am an authorized representative applying for someone
select-app.other=None of these are true for me
help-needed.title=Select help
help-needed.header=What kind of help would you like?
help-needed.subheader=This helps us show you which benefits programs exist for your needs.
help-needed.subheader=This helps us show you which benefits programs exist for your needs.<br><br>Check all that apply.
help-needed.food=Help with food
help-needed.children=Help with money for children
help-needed.utilities=Help with utilities
Expand Down
82 changes: 0 additions & 82 deletions src/main/resources/templates/fragments/inputs/duedate.html

This file was deleted.

81 changes: 0 additions & 81 deletions src/main/resources/templates/fragments/inputs/fulldate.html

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions src/main/resources/templates/fragments/inputs/text.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<th:block th:replace="~{fragments/inputs/checkboxFieldset :: checkboxFieldset(
inputName='helpNeeded',
ariaLabel='header',
label=#{general.check-all-that-apply},
content=~{::content})}">
<th:block th:ref="content">
<th:block
Expand Down

0 comments on commit 236c273

Please sign in to comment.