@@ -124,7 +124,7 @@ <h3 th:text="#{t_activation_on_site}">
124124 < div class ="form-group " th:classappend ="${#fields.hasErrors('login') ? 'has-error' : ''} ">
125125 < label for ="login " class ="control-label col-sm-3 ">
126126 < span th:remove ="tag " th:text ="#{t_login} "> Login</ span >
127- < span id =" login.required " class ="required_field "> *</ span >
127+ < span class ="required_field "> *</ span >
128128 </ label >
129129 < div class ="col-sm-5 ">
130130 < input type ="text " id ="login " class ="form-control " required ="required " th:field ="*{login} " />
@@ -149,7 +149,7 @@ <h3 th:text="#{t_activation_on_site}">
149149 < div class ="form-group " th:classappend ="${#fields.hasErrors('password') ? 'has-error' : ''} ">
150150 < label for ="password " class ="control-label col-sm-3 ">
151151 < span th:remove ="tag " th:text ="#{t_password} "> Password</ span >
152- < span id =" password.required " class ="required_field "> *</ span >
152+ < span class ="required_field "> *</ span >
153153 </ label >
154154 < div class ="col-sm-5 ">
155155 < input type ="password " id ="password " class ="form-control " required ="required " th:field ="*{password} " />
@@ -162,7 +162,7 @@ <h3 th:text="#{t_activation_on_site}">
162162 < div class ="form-group " th:classappend ="${#fields.hasErrors('passwordConfirmation') ? 'has-error' : ''} ">
163163 < label for ="passwordConfirmation " class ="control-label col-sm-3 ">
164164 < span th:remove ="tag " th:text ="#{t_password_again} "> Retype password</ span >
165- < span id =" passwordConfirmation.required " class ="required_field "> *</ span >
165+ < span class ="required_field "> *</ span >
166166 </ label >
167167 < div class ="col-sm-5 ">
168168 < input type ="password " id ="passwordConfirmation " class ="form-control " required ="required " th:field ="*{passwordConfirmation} " />
@@ -175,7 +175,7 @@ <h3 th:text="#{t_activation_on_site}">
175175 < div class ="form-group " th:classappend ="${#fields.hasErrors('activationKey') ? 'has-error' : ''} ">
176176 < label for ="activationKey " class ="control-label col-sm-3 ">
177177 < span th:remove ="tag " th:text ="#{t_activation_key} "> Activation key</ span >
178- < span id =" activationKey.required " class ="required_field "> *</ span >
178+ < span class ="required_field "> *</ span >
179179 </ label >
180180 < div class ="col-sm-5 ">
181181 < input type ="text " id ="activationKey " class ="form-control " required ="required " th:field ="*{activationKey} " />
0 commit comments