From c4a15bf0abed7a6b2ea3fa7d47f1027e02a2874b Mon Sep 17 00:00:00 2001 From: madelinegr Date: Sat, 23 Feb 2019 21:22:31 -0500 Subject: signup, login and logout implemented. does nothing. --- views/login.pug | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 views/login.pug (limited to 'views') diff --git a/views/login.pug b/views/login.pug new file mode 100644 index 000000000..1ec799745 --- /dev/null +++ b/views/login.pug @@ -0,0 +1,21 @@ + +extends ./layout + +block content + .page-header + h3 Can you log in? Let's find out... + form.form-horizontal(id='login-form', method='POST') + input(type='hidden', name='_csrf', value=_csrf) + .form-group + label.col-sm-3.control-label(for='email') Email + .col-sm-7 + input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required) + .form-group + label.col-sm-3.control-label(for='password') Password + .col-sm-7 + input.form-control(type='password', name='password', id='password', placeholder='Password', required) + .form-group + .col-sm-offset-3.col-sm-7 + button.btn.btn-success(type='submit') + i.fa.fa-user-plus + | Login \ No newline at end of file -- cgit v1.2.3-70-g09d2