From 7f1286bd6b7d123254f453995acc9b3ddd85840c Mon Sep 17 00:00:00 2001 From: David <72449192+rekt-hard@users.noreply.github.com> Date: Mon, 30 May 2022 13:58:20 +0200 Subject: [PATCH] fix: add trigger to accordion (#265) --- .../templates/invenio_theme_tugraz/accounts/login_user.html | 4 ++-- .../invenio_theme_tugraz/accounts/register_user.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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') }} - +