Skip to content
Snippets Groups Projects
Commit 5b0f037d authored by thetric's avatar thetric Committed by Dave Syer
Browse files

fix: make id 'lastName' in findOwners.html unique

previously the div.control-group and the containing input shared the same id
parent 3e65dee2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment