mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
2023-03 spring-18-view updated
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
<div class="row">
|
||||
<label for="id-input" th:text="#{person-field-id} + ':'">ID:</label>
|
||||
<input id="id-input" type="text" readonly="readonly" th:value="*{id}" value="1"/>
|
||||
<input id="id-input" type="text" readonly="readonly" name="id" th:value="*{id}" value="1"/>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user