Skip to content

Commit

Permalink
Fix Cadasta#1323: Add email to login page text.
Browse files Browse the repository at this point in the history
  • Loading branch information
khantaalaman committed Mar 21, 2017
1 parent 7a167a1 commit a49a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/templates/allauth/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>{% trans "Sign in to your account" %}</h1>
{% csrf_token %}

<div class="form-group{% if form.login.errors %} has-error{% endif %}">
<label class="control-label" for="id_login">{% trans "Username" %}</label>
<label class="control-label" for="id_login">{% trans "Username or email address" %}</label>
{% render_field form.login class+="form-control input-lg" placeholder="" data-parsley-required="true" %}
<div class="error-block">{{ form.login.errors }}</div>
</div>
Expand Down

0 comments on commit a49a4ab

Please sign in to comment.