aboutsummaryrefslogtreecommitdiff
path: root/login.st
diff options
context:
space:
mode:
Diffstat (limited to 'login.st')
-rw-r--r--login.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/login.st b/login.st
index 3583b88..41cd2fa 100644
--- a/login.st
+++ b/login.st
@@ -9,10 +9,10 @@
<body>
$logintext$
- <form action="do_login" method="POST">
+ <form method="POST">
Username: <input name="name" type="text" /> <br />
Password: <input name="password" type="password" /> <br />
<input type="submit" value="Log In" />
</form>
</body>
-</html> \ No newline at end of file
+</html>