diff --git a/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html b/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html index c139339e..88bcd683 100644 --- a/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html +++ b/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html @@ -16,7 +16,7 @@
{%- block form_header %} -

{{_('Reset password')}}

+

{{_('Reset password')}}

{%- endblock form_header %} {%- if messages %} @@ -39,7 +39,7 @@

{{_('Reset password')}}

{%- if current_user.is_anonymous %} -

+

{{_('Log in')}} {% if security.registerable %} {{_('or')}} {{_('Sign up')}} diff --git a/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html b/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html index 2bedb2da..798c7a3c 100644 --- a/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html +++ b/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html @@ -15,7 +15,7 @@

{%- block form_header %} -

{{_('Reset password')}}

+

{{_('Reset password')}}

{%- endblock form_header %} {%- if messages %}