{# Copyright (C) 2024 I-Form. 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 %}

{{ _("Public Registration Disabled") }}
{{ _("Public user registration is currently closed on this repository.") }}

{{ _("Need an account?") }}

{{ _("If you require an account to upload or manage research data, please contact an administrator at:") }}

{{ admin_email }}

{{ _("Back to Log In") }} {{ _("Home Page") }}
{% endblock message %}