aboutsummaryrefslogtreecommitdiff
path: root/src/ctf_website/views/home.clj
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2012-04-04 21:28:39 -0500
committerDavid Barksdale <amatus.amongus@gmail.com>2012-04-04 21:28:39 -0500
commitd2c5278e5995c05949a2bcf431b9b0793b4f0522 (patch)
treeed67c6c795b02459e033493d0b6e19b5bfcf88f1 /src/ctf_website/views/home.clj
parent9b6b81032e6114687aa89339c63cc23962844767 (diff)
Moved login form.
Diffstat (limited to 'src/ctf_website/views/home.clj')
-rw-r--r--src/ctf_website/views/home.clj13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/ctf_website/views/home.clj b/src/ctf_website/views/home.clj
index f2aabb4..dafb578 100644
--- a/src/ctf_website/views/home.clj
+++ b/src/ctf_website/views/home.clj
@@ -6,15 +6,4 @@
(defpage "/" []
(common/layout
[:h1 "Austin 2600 CTF server"]
- [:a {:href "new"} "Create account"]
- [:form {:method "POST"
- :action "login"}
- [:p "Username:"
- [:input {:type "text"
- :name "username"}]]
- [:p "Password:"
- [:input {:type "password"
- :name "password"}]]
- [:p
- [:input {:type "submit"
- :value "Login"}]]]))
+ [:a {:href "login"} "Compete"]))