Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thegoodplace
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirby Ezekiel Santos
thegoodplace
Commits
2b42bfc7
Commit
2b42bfc7
authored
Mar 18, 2020
by
Kirby Ezekiel Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added css to orders create
parent
f94932a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
orders_create_form.html
templates/orders_create_form.html
+16
-13
No files found.
templates/orders_create_form.html
View file @
2b42bfc7
...
...
@@ -2,40 +2,43 @@
<html>
<head>
<title>
Orders - Create
</title>
<link
rel=
"stylesheet"
href=
"/static/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/static/styles.css"
>
</head>
<body>
<div>
<div
class=
"col-lg-10 col-lg-10 mx-auto container"
>
<h1
id=
"page_header"
>
Orders - Create
</h1>
</div>
<div>
<div
class=
"col-lg-10 col-lg-10 mx-auto container"
>
<form>
<div>
<div
class=
"form-group"
>
<label>
Customer Name
</label>
<input
type=
"text"
placeholder=
"Insert name of the customer"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert name of the customer"
>
</div>
<div>
<div
class=
"form-group"
>
<label>
Size
</label>
<input
type=
"text"
placeholder=
"Insert size"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert size"
>
</div>
<div>
<div
class=
"form-group"
>
<label>
Base Recipe
</label>
<input
type=
"text"
placeholder=
"Insert base recipe"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert base recipe"
>
</div>
<div>
<div
class=
"form-group"
>
<label>
Customization
</label>
<input
type=
"text"
placeholder=
"Insert customization"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert customization"
>
</div>
<div>
<button
type=
"submit"
>
Confirm Order
</button>
<button
type=
"submit"
class=
"btn-block btn-outline-success"
>
Confirm Order
</button>
</div>
</form>
</div>
<div>
<div
class=
"col-lg-10 col-lg-10 mx-auto container"
>
<form
method=
"get"
action=
"http://localhost:8000/orders-list"
>
<button
type=
"submit"
id=
"back_button"
>
Back to List
</button>
<button
type=
"submit"
class=
"btn-block btn-outline-danger"
id=
"back_button"
>
Back to List
</button>
</form>
</div>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment