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
7d93f9fd
Commit
7d93f9fd
authored
Mar 18, 2020
by
Kirby Ezekiel Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed ingredients_update.html to ingredients_update_form.html
parent
4216c3a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
ingredients_update_form.html
templates/ingredients_update_form.html
+45
-0
No files found.
templates/ingredients_update_form.html
0 → 100644
View file @
7d93f9fd
<!DOCTYPE html>
<html>
<head>
<title>
Ingredients - Update
</title>
</head>
<body>
<div>
<h1
id=
"page_header"
>
Ingredients - Update
</h1>
</div>
<div>
<table
class=
"table"
>
<thead>
<tr>
<th>
Field
</th>
<th>
Current Value
</th>
<th>
New Value
</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<form>
<td>
<input
type=
"text"
>
</td>
<td>
<button
type=
"submit"
>
Save Changes
</button>
</td>
</form>
</tr>
</tbody>
</table>
</div>
<div>
<form
method=
"get"
action=
"http://localhost:8000/ingredients-detail"
>
<button
type=
"submit"
id=
"back_button"
>
Back to Detail
</button>
</form>
</div>
</body>
</html>
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