aboutsummaryrefslogtreecommitdiff
path: root/views/forgot.pug
blob: 4036b49db147feee41d6daf4a4e686057eda3fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
extends ./layout

block content
    style
        include ./stylesheets/authentication.css
    form.form-horizontal(id='forgot-form', method='POST')
        input(type='hidden', name='_csrf', value=_csrf)
        .overlay(id='overlay_forgot')
            a(href="/login")
                img(id='to_login', src="https://bit.ly/2U6ouZk", alt="")
            .inner.forgot
                h3.auth_header Recover Password
                .form-group
                    //- label.col-sm-3.control-label(for='email', id='email_label') Email
                    .col-sm-7
                    input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required)
                .form-group
                    .col-sm-offset-3.col-sm-7
                    button.btn.btn-success(id='submit', type='submit')
                        i.fa.fa-user-plus
                        | Submit