File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848 < label for ="taskDueDate " class ="control-label ">
4949 < span th:utext ="#{task.show.dueDate} "> dueDate</ span >
5050 </ label >
51- < input id ="taskDueDate " type ="text " th:field ="*{dueDate} " class ="form-control form-control-lg is-invalid "/>
51+ < input id ="taskDueDate " type ="text " th:field ="*{dueDate} "
52+ class ="form-control form-control-lg is-invalid "/>
5253 < div th:each ="err : ${#fields.errors('dueDate')} ">
5354 < div class ="invalid-feedback " th:text ="${err} " > err</ div >
5455 </ div >
6162 < label th:for ="textEditor " class ="control-label ">
6263 < span th:utext ="#{task.show.text} "> Text</ span >
6364 </ label >
64- < textarea id ="textEditor " name ="textEditor " rows ="10 " cols ="50 " class ="form-control form-control-lg is-invalid "
65+ < textarea id ="textEditor " name ="textEditor " rows ="10 " cols ="50 "
66+ class ="form-control form-control-lg is-invalid "
6567 th:field ="*{text} "> Text
6668 </ textarea >
6769 < div th:each ="err : ${#fields.errors('text')} ">
You can’t perform that action at this time.
0 commit comments