main
Last change
on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 7 months ago |
initial
|
-
Property mode
set to
100644
|
File size:
743 bytes
|
Line | |
---|
1 | <div class="container mt-5">
|
---|
2 | <form action="/codeVote" method="post">
|
---|
3 | <div class="mb-3">
|
---|
4 | <label for="licence" class="form-label">Внесете го кодот доделен од избирачката комисија за да продолжите со гласањето</label>
|
---|
5 | <input type="text" class="form-control" id="licence" aria-describedby="emailHelp" name="code">
|
---|
6 | </div>
|
---|
7 | <div class="mb-3 form-check" th:if="${error != null && error == true}">
|
---|
8 | <label class="form-check-label text-danger">Внесените податоци се погрешни</label>
|
---|
9 | </div>
|
---|
10 | <button type="submit" class="btn btn-primary">Продолжи</button>
|
---|
11 | </form>
|
---|
12 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.