source: src/main/resources/templates/selectWarehouse.html@ 7d43957

main
Last change on this file since 7d43957 was 7d43957, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Added functionalities

  • Property mode set to 100644
File size: 478 bytes
Line 
1<div>
2 <form class="form-signin mt-xl-5" method="post" action="/finishRegister">
3 <label for="location"></label><select class="form-control" id="location" required name="location">
4 <option th:each="loc : ${locations}"
5 th:text="${loc.getLocation()}"
6 th:value="${loc.getLocation()}">
7 </option>
8 </select>
9 <button type="submit" class="btn btn-primary btn-lg btn-block">Заврши со регистрација</button>
10 </form>
11</div>
Note: See TracBrowser for help on using the repository browser.