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
4a6967d9
Commit
4a6967d9
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
03b70f7f
2ac534da
Pipeline
#1938
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 @
4a6967d9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
<div
class=
"card-header"
>
Customer Details:
Customer Details:
</div>
</div>
<form
method=
"POST"
action=
"{% url 'update_customer' pk=customer.pk %}"
style=
"padding-left:
5;padding-right: 5
;"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_customer' pk=customer.pk %}"
style=
"padding-left:
10;padding-right: 10
;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"name"
>
Customer Name:
</label>
<label
for=
"name"
>
Customer Name:
</label>
<input
type=
"text"
class=
"form-control"
id=
"customer_name"
name=
"customer_name"
value=
"{{customer.name}}"
required
>
<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 @
4a6967d9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
<div
class=
"card-header"
>
Food Details:
Food Details:
</div>
</div>
<form
method=
"POST"
action=
"{% url 'update_food' pk=food.pk %}"
style=
"padding-left:
5;padding-right: 5
;"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_food' pk=food.pk %}"
style=
"padding-left:
10;padding-right: 10
;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"name"
>
Food Name:
</label>
<label
for=
"name"
>
Food Name:
</label>
<input
type=
"text"
class=
"form-control"
id=
"food_name"
name=
"food_name"
value=
"{{food.name}}"
required
>
<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 @
4a6967d9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"card-header"
>
<div
class=
"card-header"
>
Order Details:
Order Details:
</div>
</div>
<form
method=
"POST"
action=
"{% url 'update_order' pk=order.pk %}"
style=
"padding-left:
5;padding-right: 5
;"
>
{% csrf_token %}
<form
method=
"POST"
action=
"{% url 'update_order' pk=order.pk %}"
style=
"padding-left:
10;padding-right: 10
;"
>
{% csrf_token %}
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"name"
>
Food:
</label>
<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