main
Last change
on this file since 89865ae was cab5859, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added all advanced reports, added bootstrap for every template
|
-
Property mode
set to
100644
|
File size:
550 bytes
|
Line | |
---|
1 | <div>
|
---|
2 | <h1 class="mt-3 mb-3">Одбери овластен сервис</h1>
|
---|
3 | <form class="form-signin mt-xl-5" method="post" action="/finishRegister">
|
---|
4 | <label for="location"></label><select class="form-control" id="location" required name="location">
|
---|
5 | <option th:each="loc : ${locations}"
|
---|
6 | th:text="${loc.getLocation()}"
|
---|
7 | th:value="${loc.getLocation()}">
|
---|
8 | </option>
|
---|
9 | </select>
|
---|
10 | <button type="submit" class="btn btn-primary btn-lg btn-block">Заврши со регистрација</button>
|
---|
11 | </form>
|
---|
12 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.