Skip to content

Commit

Permalink
Merge pull request IEEE-VIT#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 d98f545 + d85af7f commit 6c16da6
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 6c16da6

Please sign in to comment.