File tree Expand file tree Collapse file tree 1 file changed +25
-12
lines changed
src/main/resources/templates/user/resetPassword Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change 16
16
</ div >
17
17
18
18
< div th:fragment ="mytwcontent ">
19
- < div class ="card card-body ">
20
- < form id ="formId " th:action ="@{/user/resetPassword} " th:object ="${userRegistrationForm} " method ="post ">
21
- < div class ="form-group form-control-lg ">
22
- < label th:for ="${#ids.next('email')} " class ="control-label "> Email</ label >
23
- < input type ="email " th:field ="*{email} " class ="form-control " />
24
- < div >
25
- < div th:each ="err : ${#fields.errors('email')} " th:text ="${err} " class ="alert alert-danger " >
19
+ < form id ="formId " th:action ="@{/user/resetPassword} " th:object ="${userRegistrationForm} " method ="post ">
20
+ < div class ="card ">
21
+ < div class ="card-header ">
22
+ < span th:utext ="#{user.resetPasswordForm.h1} "> Password Reset</ span >
23
+ </ div >
24
+ < div class ="card-body ">
25
+ < div class ="form-row ">
26
+ < div class ="col-md-12 mb-12 ">
27
+ < div class ="form-group ">
28
+ < label th:for ="${#ids.next('email')} " class ="control-label "> Email</ label >
29
+ < input type ="email " th:field ="*{email} " class ="form-control form-control-lg " />
30
+ < div >
31
+ < div th:each ="err : ${#fields.errors('email')} " th:text ="${err} " class ="alert alert-danger " >
32
+ </ div >
33
+ </ div >
34
+ </ div >
26
35
</ div >
27
36
</ div >
28
37
</ div >
29
- < button id ="requestPasswordReset " type ="submit " class ="btn btn-primary ">
30
- < span th:utext ="#{user.resetPasswordForm.button} "> Request Password Reset</ span >
31
- </ button >
32
- </ form >
33
- </ div >
38
+ < div class ="card-footer ">
39
+ < div class ="form-row ">
40
+ < button id ="requestPasswordReset " type ="submit " class ="btn btn-primary ">
41
+ < span th:utext ="#{user.resetPasswordForm.button} "> Request Password Reset</ span >
42
+ </ button >
43
+ </ div >
44
+ </ div >
45
+ </ div >
46
+ </ form >
34
47
</ div >
35
48
36
49
You can’t perform that action at this time.
0 commit comments