diff --git a/invenio_theme_iform/templates/invenio_theme_iform/423.html b/invenio_theme_iform/templates/invenio_theme_iform/423.html
index 88ec245..d8bfc37 100644
--- a/invenio_theme_iform/templates/invenio_theme_iform/423.html
+++ b/invenio_theme_iform/templates/invenio_theme_iform/423.html
@@ -5,10 +5,10 @@
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 41c3641..6d24c11 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
@@ -5,96 +5,98 @@
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.") }}