{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}add_project_user_form{% endblock %} {% block form_action %}{% url 'horizon:identity:members:add_member' %}{% endblock %} {% block modal-header %}Add User to Project{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

Description:

Enter the Nectar Research Cloud (RC) username for the user that you want to add to this project.

Notes:

  1. The Nectar RC username is the email address shown in the top right of the page when they login to the Nectar Dashboard.
  2. If "Add..." fails, check with the user that they have previously logged into the Nectar Dashboard and agreed to the Nectar RC Terms and Conditions. Also, check that you are using their correct Nectar username. (It may not be the email address that they normally use for correspondence.)
{% endblock %} {% block modal-footer %} Cancel {% endblock %}