Skip to content

Commit

Permalink
fix HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
VasylyshynDmytro committed Jan 16, 2025
1 parent 1df07e2 commit dfb65db
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,10 @@ <h4 class="modal-title">[[#{greenCity.places.page.add.place}]]</h4>
<div class="modal-body">
<div class="form-group">
<label>[[#{greenCity.pages.table.address}]]</label>
<input class="form-control" id="address" name="address" type="text">
<input class="form-control" id="address" name="address" type="text"
pattern="^[A-Za-z0-9\s,.-]+$"
title="Please enter a valid address"
required>
<span class="errorSpan" th:id="errorModalSavelocation"></span>
</div>
<div class="form-group">
Expand Down

0 comments on commit dfb65db

Please sign in to comment.