summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/login.tt2
diff options
context:
space:
mode:
Diffstat (limited to 'GroLUG/root/src/login.tt2')
-rw-r--r--GroLUG/root/src/login.tt25
1 files changed, 5 insertions, 0 deletions
diff --git a/GroLUG/root/src/login.tt2 b/GroLUG/root/src/login.tt2
new file mode 100644
index 0000000..69c2a46
--- /dev/null
+++ b/GroLUG/root/src/login.tt2
@@ -0,0 +1,5 @@
+<form action="[% c.uri_for('/login') %]" method="post">
+ <p><label for="user">Username:</label><input type="text" name="user" id="user" /></p>
+ <p><label for="password">Password:</label><input type="password" name="password" id="password" /></p>
+ <p><input type="submit" /></p>
+</form>