aboutsummaryrefslogtreecommitdiffstats
path: root/motor/templates
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-04 00:15:35 +0300
committerFilipp Lepalaan <f@230.to>2013-07-04 00:15:35 +0300
commit03c9d0b595432c19f6a5351570f19b99d417ac25 (patch)
treecd7559e59b132c9d22fdb3a4fa5aee659270c22e /motor/templates
downloadmotor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.tar.gz
motor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.tar.bz2
motor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.zip
Initial commit
Diffstat (limited to 'motor/templates')
-rw-r--r--motor/templates/login.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/motor/templates/login.html b/motor/templates/login.html
new file mode 100644
index 0000000..fd3a3de
--- /dev/null
+++ b/motor/templates/login.html
@@ -0,0 +1,13 @@
+<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>