Merge pull request #1143 from ariarijp/fix/email-input

Fix: use the email input type where needed
This commit is contained in:
Arik Fraimovich
2016-06-20 08:56:43 +03:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
<form role="form" method="post">
<div class="form-group ">
<label for="email">Enter the email address you used for this account:</label>
<input type="text" class="form-control" name="email" value="{{email}}">
<input type="email" class="form-control" name="email" value="{{email}}">
</div>
<button type="submit" class="btn btn-primary">Reset my password</button>
</form>