source: src/main/resources/templates/addWarehouse.html@ 84652fb

main
Last change on this file since 84652fb was 84652fb, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Admin views for adding things to the database

  • Property mode set to 100644
File size: 528 bytes
Line 
1<div>
2 <form class="form-signin mt-xl-4" method="post" action="/addWarehouse">
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.