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
64dca486
Commit
64dca486
authored
May 28, 2021
by
Jansen Lao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yes
parent
1ab481f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
login.html
GrabGrub/Kiosk/templates/Kiosk/login.html
+4
-4
No files found.
GrabGrub/Kiosk/templates/Kiosk/login.html
View file @
64dca486
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<form
class=
"form-signin"
method=
"POST"
action=
"{% url 'login' %}"
>
<form
class=
"form-signin"
method=
"POST"
action=
"{% url 'login' %}"
>
{% csrf_token %}
{% csrf_token %}
<div
class=
"text-center mb-4"
>
<div
class=
"text-center mb-4"
>
<div
class=
"h3 mb-3 font-weight-normal"
>
Enter User Details:
</div>
<div
class=
"h3 mb-3 font-weight-normal"
style=
"color:rgb(169, 0, 221); background-color: black;"
>
Enter User Details:
</div>
<p>
Login to GrabGrub
</p>
<p
style=
"color:rgb(169, 0, 221); background-color: black;"
>
Login to GrabGrub
</p>
</div>
</div>
<div
class=
"form-label-group mt-3"
>
<div
class=
"form-label-group mt-3"
>
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
<input
name =
"password"
type=
"password"
id=
"inputPassword"
class=
"form-control"
placeholder=
"Password"
required=
""
>
<input
name =
"password"
type=
"password"
id=
"inputPassword"
class=
"form-control"
placeholder=
"Password"
required=
""
>
</div>
</div>
<button
class=
"btn btn-lg btn-primary btn-block mt-3"
type=
"submit"
>
Login
</button>
<button
class=
"btn btn-lg btn-primary btn-block mt-3"
type=
"submit"
style=
"color:black; background-color: rgb(169, 0, 221) ;"
>
Login
</button>
</form>
</form>
<a
href=
"{% url 'signup' %}"
><button
class=
"btn btn-lg btn-primary btn-block mt-3"
>
Sign Up
</button></a>
<a
href=
"{% url 'signup' %}"
><button
class=
"btn btn-lg btn-primary btn-block mt-3"
style=
"color:black; background-color: rgb(169, 0, 221) ;"
>
Sign Up
</button></a>
{% if message == "Account created successfully" %}
{% if message == "Account created successfully" %}
<p
class=
"mt-3 alert alert-success"
>
{{message}}
</p>
<p
class=
"mt-3 alert alert-success"
>
{{message}}
</p>
{% elif message == "Account deleted successfully" %}
{% elif message == "Account deleted successfully" %}
...
...
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