File tree 1 file changed +2
-2
lines changed
src/main/webapp/WEB-INF/views/participant
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ <h3 th:text="${#strings.capitalize(header)}">
110
110
Buyer
111
111
</ label >
112
112
< div class ="col-sm-1 ">
113
- < input id ="buyer " type ="checkbox " class =" form-control " th:field ="*{buyer} " />
113
+ < input id ="buyer " type ="checkbox " th:field ="*{buyer} " />
114
114
<!--/*/
115
115
<span id="buyer.errors" class="help-block" th:if="${#fields.hasErrors('buyer')}" th:each="error : ${#fields.errors('buyer')}" th:text="${error}"></span>
116
116
/*/-->
@@ -122,7 +122,7 @@ <h3 th:text="${#strings.capitalize(header)}">
122
122
Seller
123
123
</ label >
124
124
< div class ="col-sm-1 ">
125
- < input id ="seller " type ="checkbox " checked ="checked " class =" form-control " th:field ="*{seller} " />
125
+ < input id ="seller " type ="checkbox " checked ="checked " th:field ="*{seller} " />
126
126
<!--/*/
127
127
<span id="seller.errors" class="help-block" th:if="${#fields.hasErrors('seller')}" th:each="error : ${#fields.errors('seller')}" th:text="${error}"></span>
128
128
/*/-->
You can’t perform that action at this time.
0 commit comments