Skip to content

Commit

Permalink
Preserve owner name if ther is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Feb 21, 2023
1 parent ee971e9 commit 0393ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/owners/findOwners.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<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" field="{{owner.lastName}}" size="30"
<input name="lastName" class="form-control" value="{{owner.lastName}}" size="30"
maxlength="80" /> <span class="help-inline">
{{#fields.allErrors}}<p>{{.}}</p>{{/fields.allErrors}}
</span>
Expand Down

0 comments on commit 0393ab9

Please sign in to comment.