We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2571e8a commit 0b1a1c6Copy full SHA for 0b1a1c6
src/main/webapp/WEB-INF/views/series/info.html
@@ -467,10 +467,9 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
467
</div>
468
469
<!--/*/
470
- <div class="col-sm-offset-3 col-sm-6" th:if="${isHtmx}">
+ <div class="col-sm-offset-3 col-sm-6" th:if="${isHtmx and #fields.hasErrors('price')}">
471
<span id="price.errors"
472
class="help-block"
473
- th:if="${#fields.hasErrors('price')}"
474
th:each="error : ${#fields.errors('price')}" th:text="${error}">
475
</span>
476
0 commit comments