diff options
author | Filipp Lepalaan <f@230.to> | 2013-11-08 09:31:01 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-11-08 09:31:01 +0200 |
commit | f077badf3163fc36c111dc45fe8d7d6f57d8712a (patch) | |
tree | f2b83bdc836f8a8035badb0d401ee0ea86eafa55 /motor/templates | |
parent | b9fc1060406a433473faa70c236ba3e177640d26 (diff) | |
download | motor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.tar.gz motor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.tar.bz2 motor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.zip |
Merged motor and checkin
Diffstat (limited to 'motor/templates')
-rw-r--r-- | motor/templates/login.html | 13 |
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> |