{# SPDX-FileCopyrightText: 2015-2018 CERN. SPDX-License-Identifier: MIT #} {%- extends config.ACCOUNTS_COVER_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% block page_body %} {%- with form = send_confirmation_form %}

{{config.ACCOUNTS_SITENAME}}

{{_('Resend Confirmation Email')}}

{{_('Enter your email address below and we will send you an email confirmation link.')}}

{{form.hidden_tag()}} {{form_errors(form)}} {{ render_field(form.email, icon="glyphicon glyphicon-user", autofocus=True, errormsg=False) }}
{%- endwith %} {% endblock page_body %}