diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html index 544cc8e..1a63997 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html @@ -53,9 +53,9 @@ {%- with form = login_user_form %} {%- set accordion_active = "active" if form.errors else "" %}
-
+
{{ _('Log in with repository credentials') }} - +
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html index 7a832cd..e1b335e 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html @@ -61,9 +61,9 @@ {%- set accordion_active = "active" if form.errors else "" %}
-
+
{{ _('Sign up with repository credentials') }} - +