Skip to content

Commit

Permalink
[ckan#1508] Add type to input to match styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Feb 28, 2014
1 parent db86dce commit 050be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/request_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="page-heading">{{ _('Reset your password') }}</h1>
{% block form %}
<form action="" method="post" class="form-inline control-medium">
<label for="field-username">{{ _('Username') }}</label>
<input id="field-username" name="user" value="" />
<input id="field-username" name="user" value="" type="text" />
<button class="btn btn-primary" type="submit" name="reset">{{ _("Request reset") }}</button>
</form>
{% endblock %}
Expand Down

0 comments on commit 050be26

Please sign in to comment.