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
3c5ec9e0
Commit
3c5ec9e0
authored
Mar 18, 2020
by
Kirby Ezekiel Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added css to recipes create
parent
c893157e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
recipes_create_form.html
templates/recipes_create_form.html
+14
-11
No files found.
templates/recipes_create_form.html
View file @
3c5ec9e0
...
...
@@ -2,36 +2,39 @@
<html>
<head>
<title>
Recipes - 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"
>
Recipes - Create
</h1>
</div>
<div>
<div
class=
"col-lg-10 col-lg-10 mx-auto container"
>
<form>
<div>
<div
class=
"form-group"
>
<label>
New recipe
</label>
<input
type=
"text"
placeholder=
"Insert name of the recipe"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert name of the recipe"
>
</div>
<div>
<div
class=
"form-group"
>
<label>
Recipe field
</label>
<input
type=
"text"
placeholder=
"Insert field"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert field"
>
</div>
<div>
<div
class=
"form-group"
>
<label>
Recipe field
</label>
<input
type=
"text"
placeholder=
"Insert field"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Insert field"
>
</div>
<div>
<button
type=
"submit"
>
Finish Creating Recipe
</button>
<button
type=
"submit"
class=
"btn-block btn-outline-success"
>
Finish Creating Recipe
</button>
</div>
</form>
</div>
<div>
<div
class=
"col-lg-10 col-lg-10 mx-auto container"
>
<form
method=
"get"
action=
"http://localhost:8000/recipes-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