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
d5cb7fb1
Commit
d5cb7fb1
authored
May 27, 2021
by
Jansen Lao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.discs.ateneo.edu/nozid_matthew/grabgrub
parents
81cc93a9
85f53d3d
Pipeline
#1936
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
update_customer.html
GrabGrub/Kiosk/templates/Kiosk/update_customer.html
+1
-1
update_food.html
GrabGrub/Kiosk/templates/Kiosk/update_food.html
+1
-1
update_order.html
GrabGrub/Kiosk/templates/Kiosk/update_order.html
+1
-1
No files found.
GrabGrub/Kiosk/templates/Kiosk/update_customer.html
View file @
d5cb7fb1
...
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
Customer Details:
</div>
<form
method=
"POST"
action=
"{% url 'update_customer' pk=customer.pk %}"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_customer' pk=customer.pk %}"
style=
"padding-left: 5;padding-right: 5;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<label
for=
"name"
>
Customer Name:
</label>
<input
type=
"text"
class=
"form-control"
id=
"customer_name"
name=
"customer_name"
value=
"{{customer.name}}"
required
>
...
...
GrabGrub/Kiosk/templates/Kiosk/update_food.html
View file @
d5cb7fb1
...
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
Food Details:
</div>
<form
method=
"POST"
action=
"{% url 'update_food' pk=food.pk %}"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_food' pk=food.pk %}"
style=
"padding-left: 5;padding-right: 5;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<label
for=
"name"
>
Food Name:
</label>
<input
type=
"text"
class=
"form-control"
id=
"food_name"
name=
"food_name"
value=
"{{food.name}}"
required
>
...
...
GrabGrub/Kiosk/templates/Kiosk/update_order.html
View file @
d5cb7fb1
...
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
Order Details:
</div>
<form
method=
"POST"
action=
"{% url 'update_order' pk=order.pk %}"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_order' pk=order.pk %}"
style=
"padding-left: 5;padding-right: 5;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<label
for=
"name"
>
Food:
</label>
...
...
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