|
|
@@ -85,14 +85,14 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align: right;">
|
|
|
- <label for="caption">Heading : </label>
|
|
|
+ <label for="heading">Heading : </label>
|
|
|
</td>
|
|
|
<td style="text-align: left;">
|
|
|
- <input class="form-control" id="caption"
|
|
|
- th:field="*{caption}" type="text">
|
|
|
- <div th:if="${#fields.hasErrors('caption')}">
|
|
|
+ <input class="form-control" id="heading"
|
|
|
+ th:field="*{heading}" type="text">
|
|
|
+ <div th:if="${#fields.hasErrors('heading')}">
|
|
|
<ul class="text-danger">
|
|
|
- <li th:each="err : ${#fields.errors('caption')}" th:text="${err}"/>
|
|
|
+ <li th:each="err : ${#fields.errors('heading')}" th:text="${err}"/>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</td>
|