diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-02 20:29:31 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-02 20:29:31 -0800 |
| commit | d7ebb35b53c2f3e0ae8a609e9c9cc4bb9aa9ccd6 (patch) | |
| tree | fe99a2302f90e071b524b1feb53b0af786d5c0b3 /views/login.tt | |
first
Diffstat (limited to 'views/login.tt')
| -rw-r--r-- | views/login.tt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/login.tt b/views/login.tt new file mode 100644 index 0000000..617687a --- /dev/null +++ b/views/login.tt @@ -0,0 +1,11 @@ + <h2>Login</h2> + <% IF err %><p class=error><strong>Error:</strong> <% err %><% END %> + <form action="<% login_url %>" method=post> + <dl> + <dt>Username: + <dd><input type=text name=username> + <dt>Password: + <dd><input type=password name=password> + <dd><input type=submit value=Login> + </dl> + </form> |
