aboutsummaryrefslogtreecommitdiff
path: root/login.st
diff options
context:
space:
mode:
authorchristoph <christoph@debian.uxul.homelinux.org>2009-02-20 22:40:10 +0100
committerchristoph <christoph@debian.uxul.homelinux.org>2009-02-20 22:40:10 +0100
commitf9c4cd0dad8f576229ca490e22588d7c770c9f98 (patch)
tree4fa0edb57284344de708ba8f63000da6e81e6941 /login.st
parenteb9939d459cc177f87e0f2ca25d8ff415bed8c59 (diff)
parentebdeda08f19dd1f18220727fe80906c0c18c0db4 (diff)
Merge branch 'master' of ssh://schoppenhauer@uxul.org:63332/home/matthias/public_html/cljssss-g
Conflicts: cljssss-g.clj
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..c6e49f5 100644
--- a/login.st
+++ b/login.st
@@ -9,10 +9,10 @@
<body>
$logintext$
- <form action="do_login" method="POST">
+ <form action="login" 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>