2019-12-26 13:23:21 +10:00
|
|
|
<div class="col-md-4 ffset-md-4 top-pad-100">
|
2019-12-16 16:33:51 +10:00
|
|
|
<form class="form-signin" id="customerForgotten" data-toggle="validator">
|
2019-11-06 18:31:25 +10:00
|
|
|
<h2 class="form-signin-heading">{{ @root.__ "Please enter your email address" }}</h2>
|
2018-01-22 07:20:33 +10:00
|
|
|
<div class="form-group">
|
2019-12-16 16:33:51 +10:00
|
|
|
<input type="email" id="email" class="form-control" placeholder="email address" required autofocus>
|
2018-01-22 07:20:33 +10:00
|
|
|
</div>
|
2019-12-26 13:23:21 +10:00
|
|
|
<button class="btn btn-outline-primary btn-block">{{ @root.__ "Reset" }}</button>
|
2018-01-22 07:20:33 +10:00
|
|
|
</form>
|
|
|
|
</div>
|