main
Last change
on this file since 676144b was 7d43957, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 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.