{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: OAuth Setup') }}

{% if current_user.is_admin %}

{{ _('Create an Asana app in Settings → Apps → Manage Developer Apps.') }}

{% endif %}

{{ _('OAuth Redirect URI') }}

{{ url_for('integrations.oauth_callback', provider='asana', _external=True) }}
{% endblock %} {% block wizard_js %} {% endblock %}