Skip to content

Commit

Permalink
Allow specifying HTML in login_hint
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 16, 2024
1 parent 7964616 commit 5991ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ i18n.t('auth.login_form_title') }}</h1>
<div class="login-form">
{% if login_hint != "" and login_hint != None %}
<div class="control-group login-hint">
<span>{{ login_hint }}</span>
<span>{{ login_hint|safe }}</span>
</div>
{% endif %}
<div class="control-group">
Expand Down

0 comments on commit 5991ffd

Please sign in to comment.