diff --git a/src/main/resources/templates/owners/findOwners.html b/src/main/resources/templates/owners/findOwners.html index 911ac95811f24d7508024058addbd0272d0c3978..982be5e81401e88eaa0fa4a9edefc0b4739bdfc5 100644 --- a/src/main/resources/templates/owners/findOwners.html +++ b/src/main/resources/templates/owners/findOwners.html @@ -8,7 +8,7 @@ <form th:object="${owner}" th:action="@{/owners}" method="get" class="form-horizontal" id="search-owner-form"> <div class="form-group"> - <div class="control-group" id="lastName"> + <div class="control-group" id="lastNameGroup"> <label class="col-sm-2 control-label">Last name </label> <div class="col-sm-10"> <input class="form-control" th:field="*{lastName}" size="30"