github.com/marinho/drone@v0.2.1-0.20140504195434-d3ba962e89a7/pkg/template/pages/forgot_sent.html (about)

     1  {{ define "title" }}Forgot Password?{{ end }}
     2  
     3  {{ define "content" }}
     4      <h1>Forgot Password</h1>
     5      <div class="alert alert-success">A Password Reset Email was Sent.</div>
     6      <div>
     7          <input class="form-control only-child" type="text" name="email" placeholder="Email address" autocomplete="off" spellcheck="off" />
     8      </div>
     9      <div>
    10          <input type="submit" value="Send Email" />
    11      </div>
    12      <div>
    13          <a href="/login">back to login</a>
    14      </div>
    15  {{ end }}
    16  
    17  {{ define "script" }}
    18  {{ end }}