course details changes done

This commit is contained in:
gandhimathi 2017-12-28 12:04:46 +05:30
parent f43742fdf5
commit 0267748e22

View File

@ -120,11 +120,11 @@
<tbody>
<tr>
<td>Qualification <span style="float: right;">:</span></td>
<td> {{studentDetails.Qualification}}</td>
<td> {{studentDetails.PreQualification}}</td>
</tr>
<tr>
<td>Designation <span style="float: right;">:</span></td>
<td> {{userInfo.AlternateNumber}}</td>
<td> {{studentDetails.Designation}}</td>
</tr>
<tr>
<td>Aadhar Number <span style="float: right;">:</span></td>
@ -133,27 +133,27 @@
<tr>
<td>Refered By <span style="float: right;">:</span></td>
<td> {{userInfo.EmailID}}</td>
<td> {{studentDetails.ReferredBy}}</td>
</tr>
<tr>
<td>Refered Person No <span style="float: right;">:</span></td>
<td> {{userInfo.Fathername}}</td>
<td> {{studentDetails.ReferersMobileNumber}}</td>
</tr>
<tr>
<td>Occupation <span style="float: right;">:</span></td>
<td> {{userInfo.MotherName}}</td>
<td> {{studentDetails.Occupation}}</td>
</tr>
<tr>
<td>Caste <span style="float: right;">:</span></td>
<td> {{userInfo.Gender}}</td>
<td> {{studentDetails.Caste}}</td>
</tr>
<tr>
<td>Religion <span style="float: right;">:</span></td>
<td> {{userInfo.DOB}}</td>
<td> {{studentDetails.Religion}}</td>
</tr>
<tr>
<td>Nationality <span style="float: right;">:</span></td>
<td> {{userInfo.AadharNumber}}</td>
<td> {{studentDetails.Nationality}}</td>
</tr>
</tbody>