mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-05 16:39:50 +00:00
17 lines
No EOL
394 B
HTML
17 lines
No EOL
394 B
HTML
{{ define "title" }}Forgot Password?{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<h1>Forgot Password</h1>
|
|
<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 }} |