{% load static %} {% include 'bases/head_base.html' %} GitHub Integration {% include 'bases/navbar_base.html' %}

Register your GitHub Organisation with CollaboDev below. NOTE: This currently only work with public organisations

{% csrf_token %}

{% if invalid_org_name %}

Please enter a valid GitHub Organisation name

{% elif valid_org_name %}

Organisation successfully linked

{% endif %}

Current Organisation

{% if current_org != '' %}

CollaboDev is currently linked with {{ current_org }}

{% endif %}
{% include 'bases/footer_base.html' %}