From 74991e08cd36de35afde76d2dd336af329bba2aa Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Thu, 24 Oct 2024 16:05:18 +0200 Subject: [PATCH] UI: fix spacing on password reset form --- .../semantic-ui/invenio_accounts/forgot_password.html | 4 ++-- .../semantic-ui/invenio_accounts/reset_password.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}