source: src/main/resources/templates/addCarManufacturer.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: 847 bytes
Line 
1<div>
2 <form class="form-signin mt-xl-4" method="post" action="/addCarManufacturer">
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 <p>
9 <label for="location" class="sr-only">Земја на потекло</label>
10 <input type="text" id="location" name="location" class="form-control" placeholder="Внеси земја на потекло..." required="" autofocus=""/>
11 </p>
12 <button class="btn btn-lg btn-primary btn-block" type="submit">Додај производител</button>
13 </form>
14</div>
Note: See TracBrowser for help on using the repository browser.