Skip to content

Commit

Permalink
Merge pull request #2 from SameeranB/SameeranB-patch-2
Browse files Browse the repository at this point in the history
Create Login.html
  • Loading branch information
SameeranB authored Oct 16, 2019
2 parents 44d9ea8 + b4cd286 commit 725f521
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/Main/Login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
{% load static %}
{% load staticfiles %}
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
</head>
<body>

<form method="post" action="{% url 'login' %}">
{% csrf_token %}
<input type="text" placeholder="Username">
<input type="password" placeholder="Password">
</form>

</body>
</html>

0 comments on commit 725f521

Please sign in to comment.