mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-05 16:39:50 +00:00
18 lines
No EOL
513 B
HTML
18 lines
No EOL
513 B
HTML
{{ define "title" }}Forgot Password?{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<h1>Forgot Password</h1>
|
|
<div class="alert alert-success">A Password Reset Email was Sent.</div>
|
|
<div>
|
|
<input class="form-control only-child" type="text" name="email" placeholder="Email address" autocomplete="off" spellcheck="off" />
|
|
</div>
|
|
<div>
|
|
<input type="submit" value="Send Email" />
|
|
</div>
|
|
<div>
|
|
<a href="/login">back to login</a>
|
|
</div>
|
|
{{ end }}
|
|
|
|
{{ define "script" }}
|
|
{{ end }} |