{# -*- coding: utf-8 -*- Copyright (C) 2015-2020 CERN. Copyright (C) 2021-2022 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {#- base: invenio-oauthclient v2.0.1 #} {#- changes: display text #} {%- extends config.OAUTHCLIENT_SETTINGS_TEMPLATE %} {%- from "invenio_oauthclient/_macros.html" import form_errors, render_field %} {%- block page_body %}
{%- block signup_panel %}
{%- block signup_header %}
{%- block signup_app_icon %} {% if app_icon -%} {%- endif %} {%- endblock %} {#- TODO probably misused headings #}

{{ _('Sign-up with %(title)s!', title=app_title) }}

{#- change: text, we don't want "details filled in" #} {{ _('Please accept the terms and conditions to complete your registration. You only have to do this once.') }}
{%- endblock %} {%- block signup_form %}
{%- for field in form %} {{ render_field(field) }} {%- endfor %}
{%- endblock %}
{%- endblock %}
{%- endblock %}