Skip to content
Snippets Groups Projects
login.pug 457 B
Newer Older
h2 I am a mentor

form(method='POST' action='/login')
    div.form-group
        label(for='email') Email
        input.form-control(type='text' id='email' placeholder='email' name='email')
    div.form-group
        label(for='password') Password
        input.form-control(type='password' id='password' placeholder='password' name='password')
    button.btn.btn-primary(type='submit') Log in 

sib-link(next='mentor-new-account')
    div Create an account