We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37067 commit 1509629Copy full SHA for 1509629
xadmin/templates/xadmin/auth/password_reset/form.html
@@ -21,7 +21,7 @@ <h3 class="form-signin-heading">{% trans "Password reset" %}</h3>
21
<div id="div_id_email" class="row{% if form.email.errors %} has-error{% endif %}">
22
<div class="controls clearfix">
23
<div class="input-group input-group-lg">
24
- <span class="input-group-addon"><i class="fa fa-envelope-alt"></i></span>
+ <span class="input-group-addon"><i class="fa fa-envelope-o"></i></span>
25
<input class="form-control input-lg" id="id_email" name="email" type="text" placeholder="{% trans 'E-mail address:' %}">
26
</div>
27
{% for error in form.email.errors %}
0 commit comments