{% load i18n %} Connect to Fahd
F
Fahd
edX plugin — connection setup

Connect this site to Fahd

{% if error %}
{{ error }}
{% endif %} {% if pushed %}
Connected — this site is now linked with Fahd ({{ fahd_url }}).
{% elif connection_code %}
Everything was provisioned here, but Fahd couldn't be reached automatically (network/firewall). Paste the code below into Fahd's setup page to finish — then come back and confirm below.

Connection code

{% csrf_token %}
{% else %}

Currently saved

{% if current.connected %}
Fahd server
{{ current.fahd_url }}
Tenant ID
{{ current.tenant_id }}
Last updated
{{ current.updated_at }}
{% else %}

Not connected yet.

{% endif %}

Paste a new connection code

Paste the one-time code Fahd's setup page gave you.

{% csrf_token %}

{% endif %}