main
Last change
on this file since f25e8dd was 5b447b0, checked in by Test <matonikolov77@…>, 3 years ago |
Adding models and resources
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Line | |
---|
1 | <div class="container">
|
---|
2 | <h1 th:text="${error?.toString()}"></h1>
|
---|
3 | </div>
|
---|
4 | <div class="container">
|
---|
5 | <form class="form-signin mt-xl-5" method="post" action="/register">
|
---|
6 | <h2 class="form-signin-heading">Register</h2>
|
---|
7 | <p>
|
---|
8 | <label for="email" class="sr-only">Емаил</label>
|
---|
9 | <input type="text" id="email" name="email" class="form-control" placeholder="Емаил" required=""
|
---|
10 | autofocus="">
|
---|
11 | </p>
|
---|
12 | <p>
|
---|
13 | <label for="username" class="sr-only">Корисничко име</label>
|
---|
14 | <input type="text" id="username" name="username" class="form-control" placeholder="Корисничко име" required=""
|
---|
15 | autofocus="">
|
---|
16 | </p>
|
---|
17 | <p>
|
---|
18 | <label for="password" class="sr-only">Лозинка</label>
|
---|
19 | <input type="password" id="password" name="password" class="form-control" placeholder="Лозинка"
|
---|
20 | required="">
|
---|
21 | </p>
|
---|
22 | <p>
|
---|
23 | <label for="repeatedPassword" class="sr-only">Потврди лозинка</label>
|
---|
24 | <input type="password" id="repeatedPassword" name="repeatedPassword" class="form-control"
|
---|
25 | placeholder="Потврди лозинка" required="">
|
---|
26 | </p>
|
---|
27 | <p>
|
---|
28 | <label for="name" class="sr-only">Име</label>
|
---|
29 | <input type="text" id="name" name="name" class="form-control" placeholder="Име" required="" autofocus="">
|
---|
30 | </p>
|
---|
31 | <p>
|
---|
32 | <label for="surname" class="sr-only">Презиме</label>
|
---|
33 | <input type="text" id="surname" name="surname" class="form-control" placeholder="Презиме" required=""
|
---|
34 | autofocus="">
|
---|
35 | </p>
|
---|
36 |
|
---|
37 | <button class="btn btn-lg btn-primary btn-block" type="submit">Регистрирај се</button>
|
---|
38 | </form>
|
---|
39 | <a href="/login" class="btn btn-block btn-light">Најави се</a>
|
---|
40 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.