Skip to content

Commit

Permalink
fix: clarify user login for patrons
Browse files Browse the repository at this point in the history
- Closes rero#3789.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Nov 28, 2024
1 parent c9f901d commit 75b32ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rero_ils/theme/templates/rero_ils/login_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="card-title my-4">{{_('Log in to account') }}</h3>
name="login_user_form">
{{form.hidden_tag()}}
{{form_errors(form)}}
{{ render_field(form.email, icon="fa fa-user", autofocus=True, errormsg=False, placeholder=_("E-mail or username")) }}
{{ render_field(form.email, icon="fa fa-user", autofocus=True, errormsg=False, placeholder=_("Card number, username, or email")) }}
{{ render_field(form.password, icon="fa fa-lock", errormsg=False) }}
<button type="submit" class="btn btn-primary btn-lg btn-block mb-2"><i class="fa fa-sign-in"></i>
{{_('Log In')}}</button>
Expand Down

0 comments on commit 75b32ac

Please sign in to comment.