File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {{ form_ajax('onUpdate', { model: user } ) }}
1+ {{ form_ajax('onUpdate') }}
22
33 < div class ="form-group ">
44 < label for ="accountName "> Full Name</ label >
5- < input name ="name " type ="text " class ="form-control " id ="accountName " value ="{{ form_value(' name') }} ">
5+ < input name ="name " type ="text " class ="form-control " id ="accountName " value ="{{ user. name }} ">
66 </ div >
77
88 < div class ="form-group ">
99 < label for ="accountEmail "> Email</ label >
10- < input name ="email " type ="email " class ="form-control " id ="accountEmail " value ="{{ form_value(' email') }} ">
10+ < input name ="email " type ="email " class ="form-control " id ="accountEmail " value ="{{ user. email }} ">
1111 </ div >
1212
1313 < div class ="form-group ">
2222
2323 < button type ="submit " class ="btn btn-default "> Save</ button >
2424
25- {{ form_close() }}
25+ {{ form_close() }}
You can’t perform that action at this time.
0 commit comments