hlfw.ca

webbing

ref: 5a2724c2dd20c4deb779609e667a84144880946c
dir: /resetpassword.tpl/

View raw version
{{define "content"}}
	<main>
            <h3>{{.reset}}</h3>
	      {{template "errors" .errors}}
	      <p>{{.resettext}}
	      <form method="post" action="resetpassword.html">
			<label for="email">{{.email}}*</label>
			<input type="email" name="email" id="email" required autocomplete="off"/><br>
			<button type="submit" class="button button-block"/>{{.sendreset}}</button>
          </form>
	</main>
{{end}}