Skip to content

Commit 2756797

Browse files
committed
Set field readonly
1 parent 217d4b0 commit 2756797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bioMedical/src/main/resources/templates/admin/updateMyProfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<tr>
169169

170170
<td><br><br><dt class="col-sm-3">Email:</dt></td>
171-
<td><br><input th:field="*{email}" class="form-control" required="" placeholder="Email"/><br></td>
171+
<td><br><input th:field="*{email}" class="form-control" required="" placeholder="Email" readonly/><br></td>
172172
</tr>
173173
<tr>
174174

0 commit comments

Comments
 (0)