aboutsummaryrefslogtreecommitdiffstats
path: root/motor/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'motor/templates/login.html')
-rw-r--r--motor/templates/login.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/motor/templates/login.html b/motor/templates/login.html
deleted file mode 100644
index fd3a3de..0000000
--- a/motor/templates/login.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<head>
- <title></title>
-</head>
-<body>
-<form method="post" action"">
- {% csrf_token %}
- <input type="text" name="username"/>
- <input type="password" name="password"/>
- <button type="submit">Login</button>
-</form>
-</body>
-</html>