Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GrabGrub
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
Matthew Dominic M. Dizon
GrabGrub
Commits
4636758a
Commit
4636758a
authored
May 27, 2021
by
Matthew Dizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed food to customer in details
parent
7b1deedd
Pipeline
#1923
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
view_customer_details.html
GrabGrub/Kiosk/templates/Kiosk/view_customer_details.html
+2
-2
No files found.
GrabGrub/Kiosk/templates/Kiosk/view_customer_details.html
View file @
4636758a
...
...
@@ -15,8 +15,8 @@
<form
action=
"#"
method=
"post"
>
{% csrf_token %}
<input
type=
"hidden"
name=
"message"
value=
"Bottle deleted successfully"
>
<a
href=
"#"
><button
class=
"btn btn-secondary my-4"
>
Delete
Food
</button></a>
<a
href=
"#"
><button
class=
"btn btn-secondary my-4"
>
Delete
Customer
</button></a>
</form>
<a
href=
"#"
><button
type=
"submit"
class=
"mt-3 btn btn-primary"
>
Update
Food
</button></a>
<a
href=
"#"
><button
type=
"submit"
class=
"mt-3 btn btn-primary"
>
Update
Customer
</button></a>
<a
onclick=
"window.history.go(-1); return false;"
><button
class=
"btn btn-secondary"
>
Back
</button></a>
{% endblock %}
\ No newline at end of file
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