main
Last change
on this file since 5e7345e was 84652fb, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Admin views for adding things to the database
|
-
Property mode
set to
100644
|
File size:
535 bytes
|
Line | |
---|
1 | <div>
|
---|
2 | <form class="form-signin mt-xl-4" method="post" action="/addCategory">
|
---|
3 | <h2 class="form-signin-heading mb-3">Додај категорија</h2>
|
---|
4 | <p>
|
---|
5 | <label for="name" class="sr-only">Име на категорија</label>
|
---|
6 | <input type="text" id="name" name="name" class="form-control" placeholder="Внеси име на категорија..." required="" autofocus=""/>
|
---|
7 | </p>
|
---|
8 | <button class="btn btn-lg btn-primary btn-block" type="submit">Додај категорија</button>
|
---|
9 | </form>
|
---|
10 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.