carrier page
This commit is contained in:
parent
7d6a7f5a51
commit
763d7de185
1 changed files with 15 additions and 0 deletions
15
templates/carriers.html.twig
Normal file
15
templates/carriers.html.twig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Carriers</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="/create_carrier">
|
||||
<input name="company" type="text"/>
|
||||
<input name="contact_person" type="text"/>
|
||||
<input name="email" type="email"/>
|
||||
<input name="phone_number" type="text"/>
|
||||
<input name="notes" type="text"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue