{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}

{% trans "Set up ORCID integration" %}

{% blocktrans trimmed with link="https://orcid.org/developer-tools" %} Please go to the ORCID developer tools to acquire your API credentials. Please enter this URL as your redirect URL: {% endblocktrans %}

  {{ oauth_url }}
{% csrf_token %} {% bootstrap_form form layout='event' %}
{% endblock %}