{% load staticfiles %} {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %}

SciPost Registration requests to vet:

These Contributors are currently on rank 0 (submitting, commenting and voting disabled).

Use this form to promote to rank 1.

{% for registration_to_vet in registration_requests_to_vet %}

Title:{{ registration_to_vet.title }}
First name:{{ registration_to_vet.user.first_name }}
Last name:{{ registration_to_vet.user.last_name }}
email:{{ registration_to_vet.user.email }}
user name:{{ registration_to_vet.user.username }}
orcid_id:{{ registration_to_vet.orcid_id }}
{% csrf_token %} {{ form.as_p }}
{% endfor %}
{% include 'scipost/footer.html' %}