diff --git a/invenio_theme_iform/templates/invenio_theme_iform/423.html b/invenio_theme_iform/templates/invenio_theme_iform/423.html
index e838ece..88ec245 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/423.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/423.html
@@ -1,7 +1,7 @@
{#
Copyright (C) 2024 Graz University of Technology.
- invenio-theme-iform is free software; you can redistribute it and/or
+ invenio-theme-tugraz is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
diff --git a/invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html b/invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html
index 795519a..41c3641 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html
@@ -1,7 +1,7 @@
{#
Copyright (C) 2020-2021 Graz University of Technology.
- invenio-theme-iform is free software; you can redistribute it and/or
+ invenio-theme-tugraz is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
@@ -46,7 +46,7 @@
{%- block header %}{% endblock header %}
{%- block css %}
{{ webpack['theme.css'] }}
- {{ webpack['invenio-theme-iform-theme.css'] }}
+ {{ webpack['invenio-theme-tugraz-theme.css'] }}
{%- block flashmessages %}
{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}
@@ -79,7 +79,7 @@
{%- endblock %}
{%- endblock navbar_header %}
-
+
{#
{%- block page_header %}
{% include config.THEME_HEADER_TEMPLATE %}
diff --git a/invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html b/invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html
index 65439f4..1a63997 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html
@@ -1,12 +1,12 @@
{#
Copyright (C) 2020-2021 Graz University of Technology.
- invenio-theme-iform is free software; you can redistribute it and/or
+ invenio-theme-tugraz is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
-{% extends config.INVENIO_THEME_IFORM_ACCOUNT_BASE %}
+{% extends config.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE %}
{% from "invenio_accounts/_macros.html" import render_field, form_errors %}
@@ -37,7 +37,7 @@
{{
_('Log in with %(title)s', title=config.SSO_SAML_IDPS[name]['title']|default("SAML", true))
}}
-
+
{% endfor %}
diff --git a/invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html b/invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html
index 3c15501..9a13114 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html
@@ -1,12 +1,12 @@
{#
Copyright (C) 2020 Graz University of Technology.
- invenio-theme-iform is free software; you can redistribute it and/or
+ invenio-theme-tugraz is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
-{% extends config.INVENIO_THEME_IFORM_ACCOUNT_BASE %}
+{% extends config.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE %}
{% from "invenio_accounts/_macros.html" import render_field, form_errors %}
@@ -38,11 +38,11 @@