Skip to content

Commit 309345a

Browse files
committed
remove errors
1 parent 6c09710 commit 309345a

File tree

1 file changed

+1
-9
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+1
-9
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,7 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
411411

412412
<div id="add-catalog-price" sec:authorize="hasAuthority('CREATE_SERIES')">
413413
<div class="col-sm-12 form-group">
414-
<form id="add-catalog-price-form" class="form-horizontal has-error">
415-
<div id="add-catalog-price-failed-msg"
416-
class="alert alert-danger text-center col-sm-8 col-sm-offset-2"
417-
th:text="#{t_server_error}">
418-
Server error
419-
</div>
414+
<form id="add-catalog-price-form" class="form-horizontal">
420415
<div class="form-group form-group-sm">
421416
<label for="price-catalog-name" class="control-label col-sm-3" th:text="#{t_catalog}">
422417
Catalog
@@ -449,9 +444,6 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
449444
</div>
450445
</div>
451446
<div class="col-sm-offset-3 col-sm-4">
452-
<span id="catalog-price.errors" class="help-block">
453-
Invalid value
454-
</span>
455447
<button
456448
type="submit"
457449
class="btn btn-primary btn-sm"

0 commit comments

Comments
 (0)