diff --git a/invenio_theme_iform/templates/invenio_theme_iform/.gitignore b/invenio_theme_iform/templates/invenio_theme_iform/.gitignore
new file mode 100644
index 0000000..326d9f4
--- /dev/null
+++ b/invenio_theme_iform/templates/invenio_theme_iform/.gitignore
@@ -0,0 +1 @@
+.zed
diff --git a/invenio_theme_iform/templates/invenio_theme_iform/423.html b/invenio_theme_iform/templates/invenio_theme_iform/423.html
index d8bfc37..e838ece 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/423.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/423.html
@@ -1,14 +1,14 @@
{#
Copyright (C) 2024 Graz University of Technology.
- invenio-theme-tugraz is free software; you can redistribute it and/or
+ invenio-theme-iform 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.THEME_ERROR_TEMPLATE %}
+
{% block message %}
-
- {{ _("Locked") }}
-
-
{{ _("The resource that is being accessed is locked.") }}
+
{{_("Locked")}}
+
{{_("The resource that is being accessed is locked.")}}
{% endblock message %}
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 6d24c11..557048e 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,102 +1,100 @@
{#
Copyright (C) 2020-2021 Graz University of Technology.
- invenio-theme-tugraz is free software; you can redistribute it and/or
+ invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
+
-
-
- {%- block head %}
- {%- block head_meta %}
-
-
-
- {%- if description %}{% endif %}
- {%- if keywords %}{% endif %}
- {%- if config.get('THEME_GOOGLE_SITE_VERIFICATION', None) %}
- {%- for google_id in config.THEME_GOOGLE_SITE_VERIFICATION %}
-
- {%- endfor %}
- {%- endif %}
- {%- endblock head_meta %}
- {%- block head_title %}
- {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %}
- {{ title }}
- {%- endblock head_title %}
- {%- block head_links %}
-
- {%- if keywords %}{% endif %}
- {%- block head_links_langs %}
- {%- if alternate_urls %}
- {%- for alt_ln, alternate_url in alternate_urls.items() %}
-
- {%- endfor %}
- {%- endif %}
- {%- endblock %}
- {%- block head_apple_icons %}
- {%- for size in [144, 114, 72, 57] %}
- {%- set icon_name = 'apple-touch-icon-%d-precomposed.png' | format(size) %}
-
- {%- endfor %}
- {%- endblock head_apple_icons %}
- {%- endblock head_links %}
- {%- block header %}
- {% endblock header %}
- {%- block css %}
- {{ webpack['theme.css'] }}
- {{ webpack['invenio-theme-tugraz-theme.css'] }}
-
-
+
- {%- endblock css %}
- {%- endblock head %}
-
-
- {% if not config.THEME_TUGRAZ_PRODUCTION %}
-
-
{{ _ ("Test Instance") }}
-
{{ _ ("This is the test instance of the TU Graz Repository.") }}