Initial commit
This commit is contained in:
25
static/lost.html
Normal file
25
static/lost.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{{template "header"}}
|
||||
<form method="post" action="lost">
|
||||
<md-card-title>
|
||||
<md-card-title-text style="text-align:center">
|
||||
<span class="md-headline">Forgot your password?</span>
|
||||
<span class="md-subhead">We'll send you a link by e-mail to reset it!</span>
|
||||
</md-card-title-text>
|
||||
</md-card-title>
|
||||
|
||||
<md-card-content layout="column" class="layout-column">
|
||||
{{if .error}}<div class="q-error" aria-hidden="true">{{.error}}</div>{{end}}
|
||||
<div>
|
||||
<md-input-container class="md-block">
|
||||
<input name="login" required="" class="md-input" id="input_0" type="text" placeholder="Email" autofocus><div class="md-errors-spacer"></div>
|
||||
</md-input-container>
|
||||
</div>
|
||||
</md-card-content>
|
||||
<md-card-actions layout="column" class="layout-column">
|
||||
<button class="md-primary md-raised md-button md-ink-ripple" type="submit">Reset my password</button>
|
||||
<div class="q-forgot">
|
||||
<a href="/change">Just want to change your password?</a>
|
||||
</div>
|
||||
</md-card-actions>
|
||||
</form>
|
||||
{{template "footer"}}
|
||||
Reference in New Issue
Block a user