summaryrefslogtreecommitdiff
path: root/got/login.got
diff options
context:
space:
mode:
Diffstat (limited to 'got/login.got')
-rw-r--r--got/login.got10
1 files changed, 0 insertions, 10 deletions
diff --git a/got/login.got b/got/login.got
deleted file mode 100644
index 546d2e3..0000000
--- a/got/login.got
+++ /dev/null
@@ -1,10 +0,0 @@
-<!-- -*- Mode: HTML -*- -->
-{{if neq .url ""}}
-<p>You must log in to do that.</p>
-{{endif}}
-<form method="POST" enctype="multipart/form-data">
- <input type="hidden" name="_method" value="PUT">
- <label>Username: <input type="text" name="userid" /></label>
- <label>Password: <input type="password" name="password" /></label>
- <input type="submit" value="Save">
-</form>